Text in tabs of shop plugin seems to be cut

Posted in: Newspaper
Post count: 89

In my shop I am displaying 2 tabs on the product page: Description and Rating. As you can see in the screenshot, the letter “g” is cut in both words:

https://www.awesomescreenshot.com/image/23202131?key=bfdd434cfae9e21f2104d21cc80439b7

How can I fix this?

Post count: 21065

Hello @tw144!

The line-height seems to be 17 and the font-size is 18, so you need to increase the line-height to display well. For this, add this CSS code:

body.woocommerce div.td_woo_product_tabs .woocommerce-tabs ul.tabs li a { line-height: 20px!important;}

Thank you!

Post count: 89

Nice, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.