Text all messed up


When I change the style of a text, it gets all messed up.

Just changing the font family to Georgia (for example) makes that the text is all messed up.

Tried increasing the line height but the problem persists


2 replies

Hi Christof!

Thanks for bringing this to our attention!

Would you be able to please send us an email via support@unbounce.com with your login details and the page name?

Once we have these details, we’ll be able to dig in from our end

Thanks again Christof, we look forward to hearing from you!

Put this code in the CSS section

div.lp-pom-root .lp-pom-text span {
line-height: inherit !important;
}

Reply