Tagged: ,

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

    Hi,

    Compliments on the theme! Very nice.

    I have a small problem with the H2 or H3 headings. They won’t scale on mobile or tablet. How to resolve this?

    Kind regards,
    Folkert vd Wei

    #378246

    Hi fvdwei!

    Thank you for your kind words! Please add following code to Quick CSS in Enfold theme options under General Stlying tab

    @media only screen and (max-width: 480px) {
    #top #wrap_all .main_color h2 {
    font-size: 30px;
    }
    #top #wrap_all .main_color h3 {
    font-size: 24px;
    }}

    Cheers!
    Yigit

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