Word break globally on website

Hi there,

I’m creating a website for a client where long words such as “bæredygtighedsleder” is used a lot. The code provided by Lely in this topic https://theme.co/apex/forum/t/create-word-break-for-a-long-word-e-g-when-viewed-on-mobile-phone/7308/2 works perfectly. However, is it possible to achieve the word break effect globally without having to add the class the everything contains long words?

My website is: openframe.org

Thanks!

Hi,

You can try adding this in Theme Options > CSS

body * {
    word-wrap: break-word !important;
}

Hope that helps.

Hi Paul,

Thanks for det code! It worked but the result was not pretty/great for readability. But found another solution :slight_smile:

Glad that you figure it out.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.