Okay
  Public Ticket #376706
Nav items disappear behind logo
Closed

Comments

  • Jeff started the conversation

    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?

  •  8,848
    Tahir replied

    Hey!

    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 replied

    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!