Okay
  Public Ticket #265950
Sub Menu under Main Menu
Closed

Comments

  • Christopher started the conversation

    Hi. I want to have the sub menu under the main menu and tried using z-index: 9997 (main is 9998), but doens't seem to work. Could you please point me in the right direction? Thx.

  •  8,839
    Tahir replied

    Hey!

    I can see the sub menu working correclty . Seems like you got it sorted. 

    Thanks


    ThemeNectar Support Team 

  • Christopher replied

    Hi. Not really. It's still sitting on top of the main nav. I still can't seem to find where to modify the CSS. Any idea?

  •  8,839
    Tahir replied

    Hey Again!

    If you referring to the secondary header that is the one with the phone number and want to move it down. Add this into the Custom CSS box located in your Salient Options panel :

    body #header-outer[data-using-secondary="1"] {
        top: 0px !important;
        z-index: 99999;
    }
    body[data-header-color="custom"] #header-secondary-outer {
        top: 51px !important;
    }
    
    
    


    Cheers


    ThemeNectar Support Team 

  • Christopher replied

    hi. Not the secondary menu, but the sub menu. Main > sub menu. Thx.

  •  8,839
    Tahir replied

    Seems to be working on my end, See screenshot: http://prntscr.com/4e3msh in Chrome and Firefox Win7 . 

    Thanks


    ThemeNectar Support Team 

  • Christopher replied

    Hi. It's not working as you can see from the screenshot where I changed the from the top property https://www.dropbox.com/s/6imhbccy9ujt4zx/Screensh...

    The submenu z-index is above the main menu. I just can't seem to find where where this property is for the submenu. I've looked. 

  •  8,839
    Tahir replied

    Hey Again!

    I still cant see it though you can add this custom css: 

    body header#top .sf-menu > li > ul {
        top: 40px !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team