Comments Ahillstead started the conversationJanuary 28, 2019 at 10:39pmHow do I make it so that H1 and H2 DON'T resize responsively? I found that they resize to be too small. The other tags, H3, H4, H5 and H6 are not responsive which is better for me. Thanks! 7,095Oliver repliedJanuary 29, 2019 at 6:18am 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, OliverAhillstead repliedJanuary 29, 2019 at 7:45pmThanks Gregor! 7,095Oliver repliedJanuary 30, 2019 at 7:48amWelcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
How do I make it so that H1 and H2 DON'T resize responsively? I found that they resize to be too small. The other tags, H3, H4, H5 and H6 are not responsive which is better for me. Thanks!
HI!
here is an example of CSS for controlling font size for mobile:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thanks Gregor!
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver