Okay
  Public Ticket #482467
Navigation
Closed

Comments

  • Anne started the conversation

    I am trying to lower the navigation in the header. As you can see on www.editoranne.nl I have used text in my logo and I want the navigational text (like 'storytelling and so on) on the same height as the letters 'editor anne'. Can I change that somewhere?

  •  8,854
    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) :
    header#top nav > ul > li > a {
      padding-bottom: 0px !important;
      padding-top: 46px !important;
    }
    
    
    header#top .sf-menu li ul li a {
        margin-top: -19px !important;
    }

    Thanks



    ThemeNectar Support Team