Hi there
Earlier i was assited by you to decrease the spacing between products on shop page.
I was given this CSS code by you guys:
/* Space between prods in shop page */
.products-grid .product:nth-child(odd) {
padding-right: 6px;
}
.products-grid .product:nth-child(even) {
padding-left: 6px;
}
This works great for mobile but something happens with desktop? check the inconsistency demonstrated in the screenshot
How can i modify the CSS to have it work responsively for all screens?
Thankd alot