Autoptimize not picking up the over-written CSS Files?
-
Hello
On my site, I have added a media query as follows in the style.css (of my Genesis child theme).@media only screen and (max-device-width: 480px) and (min-device-width: 320px) .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product { width: 100%; float: none; clear: both; margin: 0 0 .992em; }
Somehow, the default CSS (from WooCommerce) is overwriting this. When I disable Autoptimize (using ao_nooptimize=1), it works fine.
The site is :
https://www.tacknrider.comAny ideas?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Autoptimize not picking up the over-written CSS Files?’ is closed to new replies.