Shopify themes, liquid, logos, and UX
Hello,
I use the pipeline theme. I am building a store with a large catalog and many collections. I want a page to be dedicated to a long list of collections. On desktop it looks nice as a grid, but on mobile it is only shown as a carousel which causes visibility issues when there are 100+ collections. How can I change the collection list on mobile to be a grid (for example, to look like a product list grid) instead of a carousel. I could not find settings to do this, so I assume it needs code editing. I want to clarify, NOT product list, but collection list.
Here is the link:
https://furnitureanddecorga.com/
This is urgent.
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
This happened because of responsive config for mobile of this theme. You can try the following step to customize that:
1. Go to Edit code of theme, find "theme.css" file and the boiled code in this img, then comment it by enter Ctrl+/
-> it'll remove responsive css of grid element in mobile
The result will be:
2. After that, you may want to customize font-size of title of collections card because it needs to be small to match with small card in mobile.
Add the following code after the commented code (any font-size you want)
.hero__content__wrapper p {
font-size: 18px;
}
The result will be like:
P/s: This theme is not free, so I can't directly edit its code to check. If these steps doesn't work, don't mind to tell me
Hi @alghoulx
It will need to edit theme code to do that so I recommend you contact support of this theme so they can do it for you.
- 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.
- 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.
This is an accepted solution.
This happened because of responsive config for mobile of this theme. You can try the following step to customize that:
1. Go to Edit code of theme, find "theme.css" file and the boiled code in this img, then comment it by enter Ctrl+/
-> it'll remove responsive css of grid element in mobile
The result will be:
2. After that, you may want to customize font-size of title of collections card because it needs to be small to match with small card in mobile.
Add the following code after the commented code (any font-size you want)
.hero__content__wrapper p {
font-size: 18px;
}
The result will be like:
P/s: This theme is not free, so I can't directly edit its code to check. If these steps doesn't work, don't mind to tell me
Thank you for your help! I will add that I needed to go down a bit more and do the same from row 8701 to 8774. With this addition, it worked perfectly.
Hi @alghoulx ,
This happened because of responsive config for mobile of this theme. You can try the following step to customize that:
1. Go to Edit code of theme, find "theme.css" file and the boiled code in this img, then comment it by enter Ctrl+/
-> it'll remove responsive css of grid element in mobile
The result will be:
2. After that, you may want to customize font size of the title of collections card because it needs to be small to match with a small card in mobile.
Add the following code after the commented code (any font-size you want)
.hero__content__wrapper p { font-size: 18px; }
The result will be like:
Good luck @alghoulx !
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
Product Labels by BSS | B2B Solution & Custom Pricing
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025