Header Navigation: Vertical Align

Hello BB Team,

I am having so much fun building on the Beaver :slight_smile:

Just trying to vertical-align the right-nav header menu and with no success… (Have added a background image)

Would appreciate if you can confirm the custom css script for this…

Many thanks,

Grant :slight_smile:

Hey Grant,

Glad you’ve having fun! :slight_smile: Actually, on a nav-right layout, the menu is already set to vertical-align: middle. Is there something specific you want done? If you could show us a screenshot or better yet, send us the URL of the site, we might be able to check further and possibly provide you with the required CSS. :slight_smile:

Ben

Thank you for the quick reply Ben :slight_smile:

Sorry, was supposed to mention I am looking for “vertical-align: top” (I have been unable to locate this specific element)

Hey Grant,

This CSS should override the theme’s. You can change the value to whatever you want.

@media (min-width: 992px) {
header.fl-page-nav-right .fl-page-header-row .fl-page-nav-col {
  vertical-align: top;
}

Let us know how it goes! :slight_smile:

Ben

Thanks a stack Ben! Working 100% :slight_smile:

Thanks a stack Ben! Works 100% :slight_smile:

Awesome! Have fun with The Beaver! :slight_smile:

Ben