Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #706711

    Dear supporter,

    Some of my headers (h2) does not fit the screen on my iPhone 5s. How can I adjust these headers so that the full header is displayed on mobile? The headers that do not fit the screen contain words that are to long to fit in the screen.

    Thanks in advance

    Regards,

    Rachel

    #706984

    Hi Rachel,

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

    @media only screen and (max-width: 479px) {
      h2 {
        font-size:20px !important;
      }
    }

    Best regards,
    Rikard

    #707368

    Thank you Rikard!

    This quick css code works.

    Regards

    Rachel

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header does not fit screen on mobile’ is closed to new replies.