Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #385404

    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.

    • This topic was modified 9 years, 10 months ago by MaxJulian.
    #385918

    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

    #386150
    This reply has been marked as private.
    #386846

    Hi!

    Try to decrease the font size of the icon list title on mobile device:

    @media only screen and (max-width: 767px) {
    h4.iconlist_title {
    font-size: 25px !important;
    }
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.