We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Collection product count

Collection product count

DASCPA
Shopify Partner
123 0 34

Hello, this is probably a easy fix but i cant seem to find it. How can i ammend the products displayed in a row on the collection page? in the theme eiditor it shows 3 but on the live site it shows 4 (see photos) how can i change this to show 3 on desktop? Thanks

 

Theme: Savor

URL: https://www.formafinalis.com/collections/ff-capsule

Password: JSFF25

 

Screenshot 2025-06-18 at 12.52.13.pngScreenshot 2025-06-18 at 12.50.28.png

Replies 14 (14)

Darshan17
Shopify Partner
68 5 9

Hi @DASCPA ,

Firstly, on your store's password page, there is no input field for entering the password. The product count being displayed in one row is due to the responsive properties of the layout.

Thanks!

If this fixed your issue, a Like and marking it as a Solution would mean a lot!
Shopify Developer | Helping eCommerce Stores Grow – cmsMinds (Shopify Partner)
Need help improving your Shopify store to stay ahead of market trends or need expert support?
 Connect with me at ujjawal@cmsminds.com
DASCPA
Shopify Partner
123 0 34

Please try again, it now shows (the text was black). how do i change this? The product count being displayed in one row is due to the responsive properties of the layout.

topnewyork
Astronaut
1552 192 253

Hi @DASCPA,


1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.resource-list{
    --resource-list-columns: repeat(3, 1fr) !important;
}
Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
Darshan17
Shopify Partner
68 5 9

Hi @DASCPA 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file and paste the code before </head> tag of the file.

.resource-list--grid {
    grid-template-columns: repeat(3, 1fr) !important;
}

Thanks! 

Please accept as solution if it solves. 

If this fixed your issue, a Like and marking it as a Solution would mean a lot!
Shopify Developer | Helping eCommerce Stores Grow – cmsMinds (Shopify Partner)
Need help improving your Shopify store to stay ahead of market trends or need expert support?
 Connect with me at ujjawal@cmsminds.com

topnewyork
Astronaut
1552 192 253

Hi @DASCPA,

 

kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
DASCPA
Shopify Partner
123 0 34

Theme: Savor

URL: https://www.formafinalis.com/collections/ff-capsule

Password: JSFF25

topnewyork
Astronaut
1552 192 253

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.resource-list{
    --resource-list-columns: repeat(3, 1fr) !important;
}


Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
DASCPA
Shopify Partner
123 0 34

Didnt work, There used to be a easy slider to show the amount, not sure why they would get rid of this

topnewyork
Astronaut
1552 192 253
.product-grid,
.resource-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
}



topnewyork_0-1750249525629.png

 

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

mudasir07
Shopify Partner
11 0 1

You can use the Extra Large option, then check the preview 

mudasir07_0-1750248313934.png

 

DASCPA
Shopify Partner
123 0 34

Didnt work, now shows 2 products on desktop. There used to be a easy slider to show the amount, not sure why they would get rid of this

topnewyork
Astronaut
1552 192 253

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.product-grid,
.resource-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
}

 

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

jakeclifford
Shopify Partner
93 18 25

Hi @DASCPA,

In the theme editor when you click full width in the top right it should appear as 4
Screenshot 2025-06-18 at 1.18.34 pm.png

The theme is likely set up to be responsive and move to 3 at a certain screen size.

Thanks,
Jake

I'm Jake the Shopify Wizard! If helpful Like and Mark as an Accepted Solution
My Blog - Tips and Tricks for Shopify Horizon and AI features Horizon + AI

Struggling to solve an annoying issue? Get Help Fast

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @DASCPA 

The number of products displayed varies based on your screen width; that is why you have 3 in your customization and 4 on your desktop. Here is the result when on my 27xx screen' width. 

Screenshot 2025-06-19 at 09.41.58.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.