This topic has 3 replies, 2 voices, and was last updated 3 years, 2 months ago ago by Rose Tyler
Hi is there a way to make the product lists one column instead of two on mobile? I have serious mobile validation issues since switching themes, things are too close together etc.
Right now it shows two columns on mobile I would like it to only show one.
I added product classes custom css width 100%, but it is overridden making width 50% again.
Hello,
Add the next code in Theme Options > Theme Custom CSS > Custom CSS for mobile:
.shop-full-width .products-grid .product {
width: 100% !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up