how to display one product per row on mobile devices ?
This topic has 5 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler
how to display one product per row on mobile devices ?
Add this code in Theme Options > Theme Custom CSS > Custom CSS for mobile:
.products-grid .product {
width: 100% !important;
}
Regards
I did it but it doesn’t work
i use
.products-grid .product {
width: 100% !important;
}
I am glad that you sorted it out.
Regards
The issue related to '‘How to view 1 product on mobile ?’' has been successfully resolved, and the topic is now closed for further responses