My navbar contains my logo and a main Ubermenu and until recently they both were centered vertically. After an update last year (I believe the timing is right), the vertical alignment changed.
Now the logo sits lower than the menu, not straight in line. If I increase the padding on the logo, the logo will change position, but the menu items (text) are crunched up against the top of the nav bar (page).
I’ve tried changing several settings one at a time in Ubermenu and X to no avail…try it, no change, change it back, try the next, repeat.
I finally added this CSS into Ubermenu custom CSS
body .x-navbar .x-navbar-inner {
padding-top:15px;
}
It made the menu appear more centered vertically moving the text away from the top by adding some space at the top, but it also took the logo lower and is incorrect.
I’ve tried the navbar top height option, but it only increases the height and keeps everything in the same proportion against the top of the menu.
I’ve searched the forums (which is where I got the CSS code), but I’m at my wits end on this one. It’s like you can’t inline the jpg of the logo with the menu any more, like it used to.
I wish I could point to something that changed it, but like I said, after an update, it was just like that when I logged on one day. With the shutdown, this is the first chance I’ve had to spend time on it to fix it and it’s soooo frustrating.
Any help is appreciated.