Comments Jeff started the conversationFebruary 19, 2015 at 8:04pmOn smaller screens, or when responsive kicks in, the menu items disappear behind the logo one at a time rather than it switching to the mobile menu. So, menu items are missing on smaller screens. How do I fix this? 8,848Tahir repliedFebruary 19, 2015 at 9:54pmHey!Add this into the Custom CSS box located in your Salient Options panel :@media only screen and (max-width: 1100px) { #header-outer[data-format="centered-menu"] header#top .span_9, #header-outer[data-format="centered-menu"] header#top .span_9 .sf-menu { width: auto !important; left: -10% !important; } }Thanks ThemeNectar Support Team Jeff repliedFebruary 19, 2015 at 10:27pmThanks! It worked. I'm not sure what's special about my case where I'd need that... but it's working so am going to go with it! Sign in to reply ...
On smaller screens, or when responsive kicks in, the menu items disappear behind the logo one at a time rather than it switching to the mobile menu. So, menu items are missing on smaller screens. How do I fix this?
Hey!
Thanks
ThemeNectar Support Team
Thanks! It worked.
I'm not sure what's special about my case where I'd need that... but it's working so am going to go with it!