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

    I habe a question how i can make the h1, h2, h3, h4 .. responsive that i have a smaller size of the headlines when i visit the page with a smartphone or tablet

    #874552

    Hey cdreise,

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

    @media only screen and (max-width: 990px) {
    h1 {
      font-size:24px !important;
    }
    h2 {
      font-size:20px !important;
    }
    h3 {
      font-size:16px !important;
    }
    h4 {
      font-size:12px !important;
    }
    }

    Adjust the values to your liking.

    Best regards,
    Rikard

    #876538

    Brilliant, thanks that works fine!

    #876978

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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