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 a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. 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 or marking it as a solution.
For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS
BSS Commerce - Shopify Apps & Store Development Service Provider
Hire a Shopify expert | Shopify Plus Store Development
User | RANK |
---|---|
196 | |
178 | |
85 | |
62 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023