Incorrect Media Queries being merged
-
Hi Team,
I noticed that my site started displaying the WooCommerce responsive cart on desktops. I eventually tracked down that when css files are combined, media queries are not taken into consideration, and the woocommerce-smallscreen stylesheet was being mixed up with everything else.
When I disabled minify for CSS, the link tag appeared as per normal.
<link rel="stylesheet" id="woocommerce-smallscreen-css" href="/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=3.2.5" type="text/css" media="only screen and (max-width: 768px)">
The ‘combine only’ option also yielded the incorrect result, and adding the url relative to the WordPress installation did not prevent it from being combined.
Can you please confirm if support for media queries is being added, or if should already be in place?
I’m using updated/current versions of W3TC, WooCommerce, and WordPress.
Thanks,
Shaun.
- The topic ‘Incorrect Media Queries being merged’ is closed to new replies.