Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1307017

    Hi,

    I need to H1 tag font size to be smaller on mobile.

    For example on this page (in the private content) the H1 at the top of the page goes out of the screen.

    How can I fix this?

    Thanks

    #1307241

    Hey MikeTandySwag,

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

    @media only screen and (max-width: 767px) {
    #top #wrap_all .all_colors h1 {
        font-size: 50px;
    }
    }

    Best regards,
    Rikard

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