Hello!
I am looking for a way to have 2 product rows on mobile portrait.
I have tried to use the code:
@media (max-width: 480px) { .products-grid.product-count-4 .product:nth-child(n) {
width: 50% !important;
}}
That I found on another request for this, where it worked. But it does not work for me.
1, Is it the correct code
2, where should I place it (I tried the style.css in my child theme, and also in custom css….)