I’m trying to place the main menu directly above the floating sub menu containers. Meaning, I’d like my main men text to be at the same level as the bottom of my logo. I’m using Logo left / menu right – which is perfect alignment otherwise. How can I float the main menu text to the bottom of header background?
Thanks for your help.
Hey Julie!
Add this to your custom CSS.
#header .menu > li > a {
line-height: 190px !important;
}
Cheers!
Elliott
Hey!
Try adding this as well.
#top .header-scrolled .menu > li > a {
line-height: 80px !important;
}
Regards,
Elliott