Home Forums WoodMart support forum How to add letter spacing in menu? Reply To: How to add letter spacing in menu?

#118985

Rune J
Participant

Hi again,

Yes! It works now – thanks!

But need help to #118849:

I have 2 questions more…

1. We have problems with the product title (see picture). We would like to see three sentence points (…) if the text is too long, for example, more than 20 characters.

We have tried with:

.product-grid-item .product-title {
max-width: 20ch;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

}

2. How can we set the shop buttons with full with?

Attachments:
You must be logged in to view attached files.