Re: How to fix the upper part of the title text of the product that is cut off

Solved

How to fix the upper part of the title text of the product that is cut off

KimKimKimKim
Excursionist
16 0 5

Hi,

 

I found that the upper part of the title text of the product is cut off. I couldn't find the reason why. Any recommendations?

 

Screenshot 2024-04-05 at 8.59.17 PM.png

 

 

link of the picture is : https://kimspups.com/products/vincent-male-coton-de-tulear

 

Thank you!

Accepted Solution (1)

Hardik29418
Shopify Partner
2913 418 1083

This is an accepted solution.

1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>


<style>
.product-page--heading {
line-height: 1.4 !important;
}
</style>

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 2 (2)

Hardik29418
Shopify Partner
2913 418 1083

This is an accepted solution.

1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>


<style>
.product-page--heading {
line-height: 1.4 !important;
}
</style>

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
KimKimKimKim
Excursionist
16 0 5

Thank you so much, Hardik!