Product Display on mobile
-
Hello,
I have worked with many woo-commerce theme but the 2 products display on mobile is too traditional especially when my new site is a multi-vendor marketplace.
Please help help me display at 3 products in a row on the mobile version.
Thanks
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
@media(max-width: 768px) {
body .product-grid-item.col-6{
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
Best Regards