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
Please share your store url.
1 Like
https://fooditalyworld.com/. Thank you
Your store is password protected. Please share store front password.
1 Like
Password : yewhow1234
yewhow1234
1 Like
1 Like
Yes, and also the same below.
Please add the following code at the bottom of your css file.
a.grid-link__title{
white-space: normal !important;
}
1 Like
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