Tagged: header
Hello,
First of all, great theme, love working with it!
I’m using the fixed header with social icons and additional navigation.
I would like for the text of the menu (like home, contact, …) to be lower.
I’ve added ‘#header_main .container, .main_menu ul:first-child > li a { line-height: 170px!important; }’ to the quick CSS, and the text in the menu is right where I want it, but the sub-menus then become extremely large. Can you point me in the right direction?
Thanks!
Hi Christophe999s,
If you add another > it will only target the first level of links. So:
.main_menu ul:first-child > li > a {
line-height: 170px!important;
}
Regards,
Devin
Hi, worked like a charm, thank you!
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin