Comments Josephine started the conversationAugust 21, 2014 at 6:50pmIs there a way to remove the secondary navigation from mobile? Since secondary nav does not 'fold-up' like the primary nav does, it becomes a multi-line footprint that I'd rather not show on mobile. Thanks as always!Jade 8,839Tahir repliedAugust 22, 2014 at 4:41pmHey Jade!Sure, Add this into the Custom CSS box located in your Salient Options panel :@media only screen and (max-width: 480px) { #header-secondary-outer { display: none !important; } } Cheers ThemeNectar Support Team Josephine repliedAugust 26, 2014 at 2:11amTahir! Thanks so much. Sign in to reply ...
Is there a way to remove the secondary navigation from mobile? Since secondary nav does not 'fold-up' like the primary nav does, it becomes a multi-line footprint that I'd rather not show on mobile.
Thanks as always!
Jade
Hey Jade!
Sure, Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
Tahir! Thanks so much.