This topic has 6 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp
Is it possible to add code to have two products per row instead of one in mobile mode?
Great if you can help me out with that!
Regards,
Christian
Hello,
Please add this code in child style.css file:
@media (max-width: 480px) { .products-grid.product-count-4 .product:nth-child(n) {
width: 50%;
}}
Regards,
Eva Kemp.
Hi!
Thanks, I just added the code + flushed the cache but it did not have any effect.
Row 324 in child style.css
Best,
Christian
Hello,
I’ve added !important
to the code. Please check now.
Regards,
Eva Kemp.
Works beautiful now! Thanks!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Mobile mode – 2 products per row’' has been successfully resolved, and the topic is now closed for further responses