Mobile landscape product columns in shop
-
Hi,
Currently I have selected to show only one column on mobile for my shop. However, two columns are shown on mobile landscape. How can I change mobile landscape to one collumn in my shop?
Thanks.
Hello,
Please add this code to the Theme Settings > Custom CSS > Landscape:
body .product-grid-item.col-6 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
Best Regards
The code did not work! I still have two columns in mobile landscape.
Hello,
Please provide the site admin access and page URL to the private area
Best Regards