Comments 2joerigosens started the conversationOctober 30, 2016 at 5:33pmHey, I'd like the font size in the header on mobile devices to be responsive, right now text falls of screen. I'm happy with the size on desktop but would wish this is responsive as well (see screenshot to easily understand the problem)Thanks a lot in advance 8,996Tahir repliedOctober 31, 2016 at 3:16pmHey J,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : @media only screen and (max-width: 690px) { body .row .col.section-title h1, body h1 { font-size:25px !important ; line-height: 28px !important; } } Thanks ThemeNectar Support Team 1 Like 2joerigosens repliedNovember 1, 2016 at 10:27pmThanks a lot, this fixed it ;) Sign in to reply ...
Hey, I'd like the font size in the header on mobile devices to be responsive, right now text falls of screen. I'm happy with the size on desktop but would wish this is responsive as well (see screenshot to easily understand the problem)
Thanks a lot in advance
Hey J,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Thanks a lot, this fixed it ;)