Comments 21Simon started the conversationMarch 15, 2014 at 6:26pmIs there a way to adjust the size of h1 for mobile only?1 Like 8,838Tahir repliedMarch 17, 2014 at 1:22pmHey Simon!Sure , Simply use a Mobile media query and set h1 size in there. Add this into the Custom CSS box located in your Salient Options panel:@media only screen and (max-width: 470px) { h1{ font-size:12px !important; } }Cheers ThemeNectar Support Team Sign in to reply ...
Is there a way to adjust the size of h1 for mobile only?
Hey Simon!
Sure , Simply use a Mobile media query and set h1 size in there. Add this into the Custom CSS box located in your Salient Options panel:
Cheers
ThemeNectar Support Team