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!

