Comments eric started the conversationAugust 15, 2014 at 3:03pmI set my header logo padding in salient settings to -10 then I moved my logo up with: body header#top #logo img { margin-top: -17px !important; }}but my menu is still stuck too close to the bottom, how can I move my menu up?eric repliedAugust 15, 2014 at 3:23pmI got it - added: header#top nav { margin-top: -17px !important;}hopefully doesn't mess up sub nav :) Sign in to reply ...
I set my header logo padding in salient settings to -10
then I moved my logo up with:
body header#top #logo img {
margin-top: -17px !important;
}
}
but my menu is still stuck too close to the bottom, how can I move my menu up?
I got it - added: header#top nav {
margin-top: -17px !important;
}
hopefully doesn't mess up sub nav :)