Okay
  Public Ticket #1379025
Menu position
Closed

Comments

  • Aldo started the conversation

    Hi.
    Wonderful theme!

    How can I make the menu to go completely to the right, seems that it has a margin of 5px.
    The logo it's fine, it's completely to the left but the menu it's not.

    Thanks

  •  9,017
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body:not(.ascend) header#top nav >ul.buttons, body.ascend #header-outer[data-full-width="false"] header#top nav >ul.buttons, #header-outer[data-format="centered-menu-under-logo"] header#top nav >ul.buttons {
        margin-left: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Aldo replied

    Worked!
    Thanks