Reposting as topic was closed while I took a break over Christmas and problem is still persisting
Hi, I have had a layout shift on the homepage of my website following the latest theme and cornerstone updates. A classic element with short code to show product categories is now showing as 2x2 block with a large gap in the middle rather than the line it was before. I have cleared the cache after each update and this has made no difference
Is there a fix that can be applied?
The homepage is www.yogipod.co.uk and the element that has shifted is below the title “discover the full Yogipod range”
When I disable the CSS minify the layout reverts back to normal. The only problem is it doesn’t stay that way when the file path X/framework/dist/css/site/stacks/icons.css is added to the exclusion. When CSS minify is turned back on, even with the exclusion the layout reverts to the broken version.
Any ideas? I’m using W3 Total Cache as the plug in for minification and caching
I’ve also now noticed since these latest updates that the CSS I added to make the mobile shop layout two columns instead of one is also not working now. Any ideas for this?
The CSS previously added was:
@media screen and (max-width: 480px) {
.woocommerce .cols-2 li.product, .woocommerce .cols-3 li.product, .woocommerce .cols-4 li.product, .woocommerce.columns-2 li.product, .woocommerce.columns-3 li.product, .woocommerce.columns-4 li.product {
width: 48% !important;
}
}
I probably need to send a secure note to @marc_a but can’t on the previous post due to topic being closed

