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?
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;
}
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?
Hey,
Thanks
ThemeNectar Support Team