Okay
  Public Ticket #265236
move up menu
Closed

Comments

  • eric started the conversation

    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?

  • eric replied

    I got it - added: header#top nav {

    margin-top: -17px !important;

    }

    hopefully doesn't mess up sub nav :)