Product Archive Layout column issues
-
Updated Elementor + additional related plugins on the staging site and somethings aren’t functioning the same way anymore.
1) It’s 3 columns on desktop and tablet view, and 2 for mobile. When it collapses to 2 columns, every third row is squished together. Product Archive Layout Widget > Content > Archive Product > Columns is set to 2 for mobile but I am assuming it’s getting overridden by WordPress > Appearance > Customize > Woocommerce > Product Catalogue > Products per row > 3? This was not an issue prior however, so I’m not sure what is causing this. https://imgur.com/a/i71mQfl
2) On desktop, how can I shrink the width of the three columns? This is the bit of code that worked previously, but it doesn’t hit the target anymore:
@media (min-width: 1025px) { /*smaller column width*/ .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product { width: 27%; } /*space around columns*/ .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { margin: 0 3% 6% 3%; } }
Thanks in advance!
The page I need help with: [log in to see the link]
- The topic ‘Product Archive Layout column issues’ is closed to new replies.