Okay
  Public Ticket #1172323
Menu higher then logo
Closed

Comments

  •  2
    Silvan Falchi started the conversation

    Is it possible to get te menu higher then the logo. It now takes the center of the logo, but I want it higher (like in example)... 


  •  9,022
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    header#top nav >ul {
        margin-top: -15px;
    }

    Thanks


    ThemeNectar Support Team