grantj
(GrantJ)
August 3, 2015, 8:30am
1
Hello BB Team,
I am having so much fun building on the Beaver
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
bencarlo
(Ben Carlo)
August 3, 2015, 8:46am
2
Hey Grant,
Glad you’ve having fun! 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.
Ben
grantj
(GrantJ)
August 3, 2015, 8:50am
3
Thank you for the quick reply Ben
Sorry, was supposed to mention I am looking for “vertical-align: top” (I have been unable to locate this specific element)
bencarlo
(Ben Carlo)
August 3, 2015, 8:59am
4
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!
Ben
grantj
(GrantJ)
August 3, 2015, 9:18am
5
Thanks a stack Ben! Working 100%
grantj
(GrantJ)
August 3, 2015, 9:19am
6
Thanks a stack Ben! Works 100%
bencarlo
(Ben Carlo)
August 3, 2015, 9:26am
7
Awesome! Have fun with The Beaver!
Ben