Responsive text problem …
-
Hi .. when I use responsive text the spacing doesn’t work properly. Is there a way to fix this? – see screen shot .
It’s a real shame that the text options are so limited on this theme.
Attachments:
You must be
logged in to view attached files.
Hi,
Please, provide us a link where we can see this problem on your website.
Regards
I’ve since removed it but you have login details so can you test it.
Please, add it with your settings so we can understand what is wrong. We have never seen this problem before on our side.
Ah we got it. Please, remove the line height option from the body fonts in Theme Settings -> Typography. Or add the following CSS code to the custom CSS area in Theme Settings
.woodmart-title-size-default .woodmart-title-container {
line-height: 1.5;
}
I removed the height option but still the same. I don’t want to keep adding code to make the text size work properly. Is there a global fix?
Please, provide us your admin access so we can check your typography settings.
OK, as we can see the problem is that when you set font size the line height can’t be empty. We will fix this in our next theme update. For now, you can use the code fix we provided in our previous message.