This topic has 6 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hi my issue is in movile version dont show row 2 products all time…
any solution?
Hello,
Please add this code in Custom CSS:
@media (max-width: 980px) {
.products-grid.product-count-3 .product:nth-child(2n+1) {
float: left;
clear: both !important;
}
}
Regards,
Rose Tyler.
dont work…
Hello,
Please try this css code:
@media (max-width: 979px){
.products-grid.product-count-3 .product {
float: left;
}}
Best regards,
Jack Richardson.
now work fine thanks
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Movile version product dont show all 2 row’' has been successfully resolved, and the topic is now closed for further responses