Comments Daniel started the conversationAugust 6, 2014 at 10:24pmWhen I view my website through a browser window which is 1200px wide or less - the text which is H2 goes too small. I'd prefer it to stay bigger - or at least in proportion to H1How do I make this happen?Thanks,Dan 1,070ThemeNectar repliedAugust 8, 2014 at 7:05am Hey Dan, You can control the size for that manually by adding this into the custom css box located in your Salient Options panel: @media only screen and (min-width: 1300px) { body h2 { font-size: 28px!important; } } Cheers Sign in to reply ...
When I view my website through a browser window which is 1200px wide or less - the text which is H2 goes too small. I'd prefer it to stay bigger - or at least in proportion to H1
How do I make this happen?
Thanks,
Dan
Hey Dan,
You can control the size for that manually by adding this into the custom css box located in your Salient Options panel:
Cheers