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 and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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 ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024