Hi,
is there a way to get hyphenation to work with Enfold?
I’m setting up a website (in German) and because of the topic of Psychotherapy some words are too long for the mobile view.
Especially when you use the “icon list” element, long words will be cut of in the mobile view. This problems worthens when you view the site on a smartphone instead of a small browser window on a desktop computer.
My initial solution was to change the font size in smaller viewports via “@media only screen and ” code, but if there is a way to hyphenate the words, this would certainly be a better solution.
Hi MaxJulian!
Your text looks fine on my end. It’s wrapping the correct way.
The only problem I see is that it uses the full length of the header so the responsive menu button displays over it. You can shorten the area a bit with this CSS.
.responsive #header_main .inner-container {
width: 80% !important;
}
This will make it so the text does not display behind the menu button and will still be readable on small screens.
Regards,
Elliott