Currently, the nav bar is vertically aligned on the center of the company logo. I’d like to lower the nav bar to be bottom aligned. (www.futurefive.org/wordpress)
I’m sure it’s somewhere in one of the CSS files, but I can’t find it. Any help would be greatly appreciated. Thanks!
Hey!
Try adding this code to the Quick CSS:
.main_menu ul:first-child > li > a {
line-height: 180px !important;
}
.header-scrolled .main_menu ul:first-child > li > a {
line-height: 62.5px !important;
}
Cheers!
Josue
You are the MAN! Thanks! Perfect.
You are welcome, glad we could help :)
Regards,
Josue