Skip to main content

Word Separations, how to adapt it to german language

Comments

2 comments

  • Ariel H.

    Hi Sara,

    Thank you for reaching out.

    I’m currently unable to replicate this behavior.

    Could you please send us the URL of the page where this is happening so we can inspect it further?

    In the meantime, could you also try temporarily switching your theme to a default WordPress theme, such as Twenty Twenty-One, and check if the issue can still be replicated there? This will help us determine whether the issue may be related to the active theme.

    Looking forward to your update.

    0
  • Sarah Hutter

    Hi Ariel,

    i fixed it! 

    For everyone interestet:

    Go to the wordpress customizer and change inividual css to this:

    html {
        lang: de;
    }

    .brz *,
    .brz-text,
    .brz-text p,
    .brz-text h1,
    .brz-text h2,
    .brz-text h3,
    .brz-text h4,
    .brz-text h5,
    .brz-text h6 {
        hyphens: auto !important;
        -webkit-hyphens: auto !important;

        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
    }

     

    Ariel, thank you very much for trying to fix it for me.

    I appreciate your help.

    0

Please sign in to leave a comment.