Only 6 are allowed to be displayed on the desktop in the theme settings
I’d like to make the image a little smaller and modify it so that it can display more than 6 images
Step 1: Shopify admin > Online store > Customize
Step 2: From the left menu > Theme settings > Open Custom CSS
Step 3: Copy the code below and paste it there
@media only screen and (min-width: 1024px) {
.lg\:f-grid-6-cols {
grid-template-columns: repeat(8,minmax(0,1fr))!important;
--col-number: 8!important;
}
}
To resolve this issue, I need to review your theme files and identify the JS causing the problem. Could you please DM your collaborator code? This will allow us to send a store access request and fix the issue for you at no cost. It’s important to address this promptly, as it may be impacting your customer experience and sales.
Step 1: Shopify admin > Online store > Customize
Step 2: From the left menu > Theme settings > Open Custom CSS
Step 3: Copy the code below and paste it there