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

    one word in our header on http://www.contenticiteit.nl seems to be to long to fit on a iPhone6 screen, the last letter isn’t fully shown, is there a css fix for this perhaps?

    #668362

    Hi Roderick,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .custom-color-heading .av-special-heading-tag {
    word-break: break-word !important;
    }
    }

    Regards,
    Rikard

    #704216

    Hi that didn’t work, broke the words manually, but you can still see it not working on another site http://www.internetbureaugorinchem.nl/

    #705947

    Hi,

    I could find this code inside this media query: @media only screen and (max-width: 767px)

    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 0.8em;
    }

    And replace it with:

    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 0.8em;
        word-break: break-all !important;
    }

    Hope this helps. :)

    Best regards,
    Nikko

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