Collection List - Text Being Cut Off (Trade Theme)

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?

Here’s the url

https://ecoblue-es.myshopify.com/

Did you change collection name to solve the issue?

I did, couldn’t fool this bug though :joy: 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 ?

1 Like

The problem is that the length of your category names is longer than the width of the section.

Thanks. I solved it :grinning_face: some by changing the length of the category name and combining with coding adjustments (got help from a collaborator onsite)