Shopify themes, liquid, logos, and UX
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
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
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!
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.
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;
}
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.
Hi @DASCPA,
kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
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!
Didnt work, There used to be a easy slider to show the amount, not sure why they would get rid of this
.product-grid,
.resource-list {
display: grid;
grid-template-columns: repeat(3, 1fr) !important;
}
You can use the Extra Large option, then check the preview
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
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;
}
Hi @DASCPA,
In the theme editor when you click full width in the top right it should appear as 4
The theme is likely set up to be responsive and move to 3 at a certain screen size.
Thanks,
Jake
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.
- 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.