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
Site URL: hidden Theme version: 6.3.2 WooCommerce version: 1.6.5.3Hello,
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.