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

    Hi,

    One of the words in our headline (H1) is too long for mobile to make it responsive.

    How do we correct that?

    URL: http://bonuskodetil.dk/hugo/

    Best regards,

    Peter

    #674589

    Hi Peter,

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

    @media only screen and (max-width: 767px) {
    #top h1 strong {
        word-wrap: break-word !important;
    }
    }

    Regards,
    Rikard

    #674693

    It worked, but looks a bit funny.

    Is it possible to scale down the H1 on mobile instead?

    Best regards,

    #674975

    Hi,

    Yes, please try this instead:

    @media only screen and (max-width: 767px) {
    #top h1 strong {
        font-size:20px !important;
    }
    }

    Thanks,
    Rikard

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