this is a link
https://nmm0d3-1x.myshopify.com/collections/rolex-pearlmaster
trying to figure out how to show 4 or 5 product columns in desktop mode. thank you!!!
dont want this to affect mobile.
this is a link
https://nmm0d3-1x.myshopify.com/collections/rolex-pearlmaster
trying to figure out how to show 4 or 5 product columns in desktop mode. thank you!!!
dont want this to affect mobile.
To complete your requests, please follow these steps:
@media screen and (min-width: 1024px){
div#gf-products > div {
max-width: 20% !important;
}
}
Here is the result:
I hope this helps
Best,
Daisy