All things Shopify and commerce
I am looking to have 4 collections per row in my collection list for my mobile view. I can currently have only a max of 2.
Please help!
Hi @Mitch23
Can you share your store link?
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
You can add this code to Custom CSS in Sales Channels > Online Store > Themes > Customize > Theme settings to change it to 4 collections per row
@media (max-width: 749px) {
.shopify-section--collection-list .container .column.thumbnail {
width: calc(25% - 20px);
}
}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
Where do I add it? I tried and it didn't work
Please go to your store admin > Sales Channels > Online Store > Themes > Customize > Theme settings > Custom CSS
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
Perfect! and how do i shrink the text with it?
Please update the code
@media (max-width: 749px) {
.shopify-section--collection-list .container .column.thumbnail {
width: calc(25% - 8px);
margin-left: 4px;
margin-right: 4px;
}
.shopify-section--collection-list .container .thumbnail__title {
font-size: .8rem;
}
}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
When I try to save it says: Online Store editor session can't be published
So please remove it and add this code to theme.liquid file after <head> in Online Store > Themes > click "..." in current theme > Edit code
<style>
@media (max-width: 749px) {
.shopify-section--collection-list .container .column.thumbnail {
width: calc(25% - 8px);
margin-left: 4px;
margin-right: 4px;
}
.shopify-section--collection-list .container .thumbnail__title {
font-size: .8rem;
}
}
</style>
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
Hi @Mitch23
Try this one.
@media only screen and (max-width: 798px) {
.shopify-section.shopify-section--collection-list .medium-down--one-half {
width: calc(25% - 20px);
}
.thumbnail__content span.thumbnail__title {
font-size: 13px;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025