Okay
  Public Ticket #827762
Dropdown Menu Detaches on Scroll
Closed

Comments

  • Tamara started the conversation

    We are developers and have bought and customized Salient many times. Our own build is having problems with a detached submenu upon scrolling down the page. We were to go live today, but couldn't with this situation.

    We need a solution ASAP to a detaching submenu-Tamara

  •  8,994
    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) :

    ul.sub-menu {
        top: 48px !important;
    }
    

    Bes.t


    ThemeNectar Support Team