Hello ,
I want to display only 1 product per column in my shop/categories pages .
If o change the settings from Xstore theme option , it changes and desktop . But i want 1 column only on mobile.
Can you help me with that?
This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago ago by stephan
Hello ,
I want to display only 1 product per column in my shop/categories pages .
If o change the settings from Xstore theme option , it changes and desktop . But i want 1 column only on mobile.
Can you help me with that?
Hello,
Go to Theme Options > Custom CSS and add the below code
@media only screen and (max-width: 480px){
.products-grid .product {
width: 100%;
}
}
Regards
Thank you , that worked
The issue related to '‘1 column shop on mobile’' has been successfully resolved, and the topic is now closed for further responses