This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
In my store I have 4 products per row configurated and I know how to change this number, but I don’t find where to change it for mobile that apear 2 per row and I want to show just 1 per row.
Thank your
Hello,
Add the following code to Theme Options > Custom CSS
@media only screen and (max-width: 992px){
.products-grid .product {
width: 100% !important;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up