Hello,
Change the previous code to:
.products-grid .product {
width: 25% !important;
}
.products-grid .product:nth-child(2n+1) {
clear: none !important;
}
.products-grid .product:nth-child(4n+1) {
clear: both !important;
}
Regards
Hello,
Change the previous code to:
.products-grid .product {
width: 25% !important;
}
.products-grid .product:nth-child(2n+1) {
clear: none !important;
}
.products-grid .product:nth-child(4n+1) {
clear: both !important;
}
Regards