Title of Products being cut / wrapped in my new ecommerce

Hello to everyone, I’m buildinga websites and all the title of products are being cut. how can I resolve this problem and be shown full? Ihave tried do some research and I have seen that someone put codes of css, but where? Thank you, Thanks in advance

@FoodItalyWorld

Please share your store url.

1 Like

https://fooditalyworld.com/. Thank you

@FoodItalyWorld

Your store is password protected. Please share store front password.

1 Like

Password : yewhow1234

yewhow1234

1 Like

@FoodItalyWorld

Thanks for the password.

Are you talking about this title?

1 Like

Yes, and also the same below.

@FoodItalyWorld

Please add the following code at the bottom of your css file.

a.grid-link__title{
white-space: normal !important;
}
1 Like

Hi @FoodItalyWorld

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

.grid-link__title{
   white-space: normal !important;
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

1 Like

Thanks a lot to both of you really guys.

1 Like

I have a similar error but when I’m searching on the bar Search. Is it possible to resolve it? Thank you a lot another time