Comments bobbycornes949 started the conversationJuly 3, 2017 at 2:08amI made some css adjustments tot he height of the secondary nav bar to accommodate for larger text. This doesn't seem to have taken affect on mobile. I have attached screenshot for reference. How do I make the secondary nav bar taller on mobile?Thanks 9,012Tahir repliedJuly 3, 2017 at 12:29pmHey Again,You will have to add in a media query for the mobile and reduce the font-size . 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: 1000px) { #header-secondary-outer nav >ul >li >a { line-height: 13px!important; font-size: 11px!important; padding: 10px!Important; } } Thanks ThemeNectar Support Team Sign in to reply ...
I made some css adjustments tot he height of the secondary nav bar to accommodate for larger text. This doesn't seem to have taken affect on mobile. I have attached screenshot for reference. How do I make the secondary nav bar taller on mobile?
Thanks
Hey Again,
You will have to add in a media query for the mobile and reduce the font-size .
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