Okay
  Public Ticket #398189
Drop down from navigation, odd spaces.
Closed

Comments

  • Asma started the conversation

    Hi,

    I have an issue with the spacing in my drop down menu. When you first go on the page and hover over the menu the spacing is fine, however if you scroll down and come back up (like most people would do) there's a big gap. Also if you hover over the navigation bar once you've scrolled down the page the menu is all squished up at the top. I'd appreciate any help.

    Thanks in advance



  • Asma replied

    And here's the squished page

  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .small-nav ul.sub-menu {
        margin-top: 26px !important;
    }
    
    
    ul.sub-menu {
        margin-top: -87px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Asma replied

    Perfect! Thanks so much.