Re: Title of Products being cut / wrapped in my new ecommerce

Solved

Title of Products being cut / wrapped in my new ecommerce

FoodItalyWorld
Tourist
11 0 4

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 advancescreen 2.pngscreen.png

Accepted Solutions (2)
dmwwebartisan
Shopify Partner
12321 2551 3726

This is an accepted solution.

@FoodItalyWorld 

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

a.grid-link__title{
white-space: normal !important;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

PageFly-Amelia
Shopify Partner
535 157 223

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 11 (11)

dmwwebartisan
Shopify Partner
12321 2551 3726

@FoodItalyWorld 

Please share your store url.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
FoodItalyWorld
Tourist
11 0 4
dmwwebartisan
Shopify Partner
12321 2551 3726

@FoodItalyWorld 

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

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
FoodItalyWorld
Tourist
11 0 4

Password : yewhow1234

FoodItalyWorld
Tourist
11 0 4

yewhow1234

dmwwebartisan
Shopify Partner
12321 2551 3726

@FoodItalyWorld 

Thanks for the password.

Are you talking about this title?

item-title.jpg

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
FoodItalyWorld
Tourist
11 0 4

Yes, and also the same below.

dmwwebartisan
Shopify Partner
12321 2551 3726

This is an accepted solution.

@FoodItalyWorld 

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

a.grid-link__title{
white-space: normal !important;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

PageFly-Amelia
Shopify Partner
535 157 223

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

FoodItalyWorld
Tourist
11 0 4

Thanks a lot to both of you really guys.

FoodItalyWorld
Tourist
11 0 4

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 timeERROR CUT.png