Comments DesignicCreative started the conversationJuly 24, 2018 at 10:08amThe headings look fine on desktop, but resize to a very tiny size on mobile. Is there the ability to adjust the responsive sensitivity?(please note the title (About) in the screenshot 7,095Oliver repliedJuly 24, 2018 at 10:13am 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, Oliver1 LikeDesignicCreative repliedJuly 24, 2018 at 10:20amSweet, thanks. So I guess there are no theme settings for this then? It has to be custom code? 7,095Oliver repliedJuly 24, 2018 at 10:32amYes, in this moment only via code.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 ...
The headings look fine on desktop, but resize to a very tiny size on mobile. Is there the ability to adjust the responsive sensitivity?
(please note the title (About) in the screenshot
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
Sweet, thanks. So I guess there are no theme settings for this then? It has to be custom code?
Yes, in this moment only via code.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver