This topic has 4 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp
Hello,
I would like to show 2 product per row for mobile on the shop page. When i use this code the it works on the shop page but the product page gets cut in half, all content is in one side.
How can i apply this to only the shop product catalog, archive and categories pages?
This is the code i was given on a another topic:
.product {
width: 50% !important;
}
Hello,
Try to add this code in Custom CSS for mobile.
.products-grid .product {
width: 50% !important;
}
Regards,
Robert Hall
That does the trick,
Thanks Robert
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘2 products per row in Mobile view’' has been successfully resolved, and the topic is now closed for further responses