Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1379084
responsive
Closed

Comments

  • andreanovelli started the conversation

    hello

    can you explain to me the behavior in the attached screenshot? when i reduce to a phone size H2 compress, H4 remain the same size.

  •  7,092
    Oliver replied

    HI!

    here is an example of CSS for controlling font size for mobile:

    @media (max-width: 1000px) {
    h1, .title-h1 {    line-height: 30px !important;    font-size: 30px !important;
    }
    h2, .title-h2 {    line-height: 30px !important;    font-size: 30px !important;
    }
    }
    @media (max-width: 768px) {
    h1, .title-h1 {    line-height: 30px !important;    font-size: 30px !important;
    }
    h2, .title-h2 {    line-height: 30px !important;    font-size: 30px !important;
    }
    }
    @media (max-width: 500px) {
    h1, .title-h1 {    line-height: 30px !important;    font-size: 30px !important;
    }
    h2, .title-h2 {    line-height: 30px !important;    font-size: 30px !important;
    }
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • andreanovelli replied

    sorry Greg, but I just don't get it.

    looking at this code h2 should remain always at 30px but after applying it still shrink at mobile res.

    where i can find the defaut css for H2 and H4 responsiveness of the theme?

  •  7,092
    Oliver replied

    HI!

    pls. give link to the page where you added the code

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  7,092
    Oliver replied

    Sorry, i don'y see any problems, the code is working. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • andreanovelli replied

    so sorry... i just check an old unsaved page...

    thanx for all guys... five stars for you.

  •  7,092
    Oliver replied

    Thank you so much!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver