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...
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.
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;
}
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...
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
Ok thank you Andrew
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):
Thanks
ThemeNectar Support Team