How do we display only one product per row on mobile devices and 3 per row for all other devices on the shop pages? On mobile products look so much better displayed as 1 product per row rather than multiple products
This topic has 2 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
How do we display only one product per row on mobile devices and 3 per row for all other devices on the shop pages? On mobile products look so much better displayed as 1 product per row rather than multiple products
Hello,
Add the next code in Theme Options > Theme Custom CSS > Custom CSS for mobile:
.products-grid .product {
width: 100%;
}
Regards
The issue related to '‘One product per row only on mobile’' has been successfully resolved, and the topic is now closed for further responses