mjda
Well-known member
When I try to use @xf-responsiveWide in my template it's not working properly. It's actually showing "@xf-responsiveWide" in the final page css.
Here is the CSS I added into my template
Nothing happens when I use that, but if I add 900px in there instead, it works just as I'm expecting it to work. Is there something I'm maybe missing here?
Here is the CSS I added into my template
CSS:
@media (max-width: @xf-responsiveWide)
{
.styling-here{}
}
Nothing happens when I use that, but if I add 900px in there instead, it works just as I'm expecting it to work. Is there something I'm maybe missing here?