How would I go about having two columns on mobile version when displaying products?
This topic has 6 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
How would I go about having two columns on mobile version when displaying products?
Hello,
Please show a page where you want to make modifications.
Regards,
Eva Kemp.
This would be an example, what I am looking to change is namely the product listing pages (pages with multiple products, not a single product page)
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.products-grid .product {
width: 50% !important;
}
Regards,
Eva Kemp.
That worked, thank you
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Two columns on mobile version’' has been successfully resolved, and the topic is now closed for further responses