Add support for media queries
-
Hi, I just started using your plugin, which seems like a nice and simple way to add custom CSS to all parts of WordPress.
I just noticed that somehow it doesn’t like media queries. When I add something like:
@media screen and (max-width: 767px) .footer-top-widget-area ul.address-info { padding: 30px; }
After saving it looks like this:
@media screen and (max-width: 767px) .footer-top-widget-area ul.address-info { }
The actual style information is gone and in the source code of the page its added like that as well. Would be great to get this fixed.
ps: a small thing I noticed is that tags with no . or # in front of them, like header or ul get highlighted in red, even though they are valid.
Thanks, Armin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add support for media queries’ is closed to new replies.