Okay
  Public Ticket #1546221
Secondary Menu
Closed

Comments

  • erdembb started the conversation

    Hello!

    How can I make the secondary menu to align with the main menu? What I mean is; I want "Homepage" tab in the secondary menu to be exactly above "Anasayfa" tab in the main menu,  "Services" tab above "Hizmetler" vice versa... 

  •  2,724
    Andrew replied

    Hey there,

    Thanks for reaching in,

    This is not possible out of box to align them word for word because of the font size difference. You can however use custom CSS to move the primary menu slightly to the right.

    Regards

  • erdembb replied

    Ok thank you Andrew

  •  8,425
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body[data-header-color="dark"] #header-secondary-outer nav >ul >li >a {
        min-width: 119px;
    }

    Thanks


    ThemeNectar Support Team