Okay
  Public Ticket #424927
Menu Item Padding
Closed

Comments

  • Aaron started the conversation

    Hi. I'd like a way to move the menu items in the primary menu tighter to the top of the page, but only in the starting transparent menu.

    When I've tried changing the margins, it also affect the short header after scrolling so the menu items are hidden out of frame.

    Thanks for the help!

    Aaron

  •  8,849
    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-outer.transparent .row .col.span_9 {
        margin-top: -86px;
    }

    Thanks



    ThemeNectar Support Team 

  • Aaron replied

    Thanks! Worked