Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
Hi all,
Can you help me with the setting for the text on the collection list?
Currently, the text on the category list is being cut off.
I'm using Trade theme.
This is the mobile view
And on desktop:
I have tried the suggestion to change the font size by using this custom CSS
@media screen and (min-width: 480px) {
.collection-list .card__inner {
width: 150px;
height: 150px;
margin: 0 calc(10% / 2);
.collection-description {
font-size: 8px;
}
}
but the problem persists.
Any help would be greatly appreciate!
Hi @monika24
Could you share your store URL?
- 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.
Did you change collection name to solve the issue?
- 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.
I did, couldn’t fool this bug though 😂 it works for this specific screenshot but there are other categories which names are truncated even when the truncation is set off for 100 characters 🥲
The problem is that the length of your category names is longer than the width of the section.
- 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.
Thanks. I solved it 😀 some by changing the length of the category name and combining with coding adjustments (got help from a collaborator onsite)