Hi!
I am trying to change from 4 rows to 3 rows like above.
https://aquald.myshopify.com/collections/all
thanks!
Hi!
I am trying to change from 4 rows to 3 rows like above.
https://aquald.myshopify.com/collections/all
thanks!
yes, please give me store url
Yes, please try this code
@media screen and (min-width: 990px) {
#product-grid.grid--quarter-max.grid--4-col-desktop .grid__item {
max-width: calc(33.33% - 1rem * 2 / 3);
}
}