Word Separations, how to adapt it to german language
Hello dear Brizy-Support-Team,
i am building a website in german language.
How do i change the settings, so that long words get split up?
As seen in the screenshot, there are big gaps, when a long word does not fit in the line.
It is moved without division into the next one. (green line shows the gap).
Sitelanguage ist setted to german in the main wordpress menu.
Thank you so much for a tip.
Sarah
-
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 -
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.
Comments
2 comments