showing more columns of products

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.

Hi @noliimitswag

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
@media screen and (min-width: 1024px){
div#gf-products > div {
    max-width: 20% !important;
}
}

Here is the result:

I hope this helps

Best,

Daisy