This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp
Hi,
Is there few other layouts we can choose for the mobile version for shop page?
My current shop page shoes categories listing then products as a single per row, this makes it very very long page
I wonder is there like a side menu for categories and make the products showing 2 products per row so I don’t have a super long page?
thanks
Hello,
Sorry, but there is no side menu for categories on mobile.
You can show 2 products per row using this code in Theme Options > Custom CSS > Custom CSS for mobile:
.products-grid .product {
width: 50% !important;
}
Regards,
Eva Kemp.
thanks, looks much better now Eva
thanks very much for your help
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘mobile version shop page’' has been successfully resolved, and the topic is now closed for further responses