This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago ago by ziga32
I have product title lines set so show max 3 lines but on live site it shows me 4 lines on smaller screens (1280px x 800px)
https://i.imgur.com/FVDYsIa.png
Hello,
It’s because of your custom CSS
https://prnt.sc/OyFX-mHHUByr
https://prnt.sc/LTeklgZeEfWT
If you want to make line-height bigger for these titles then you may add next custom CSS
.content-product .product-title {
--product-title-line-height: 5ex;
}
Example:
https://gyazo.com/9db2d9751b2f919bd2063a1b4cbc1a77
Regards
thank you!
The issue related to '‘product title lines not doing its thing…’' has been successfully resolved, and the topic is now closed for further responses