Image:https://dl.dropboxusercontent.com/u/608374/ubermenu-enfold-issue.png
My Ubermenu is being “cut in half,” the navigation bar is 35px tall, while it should be 60px. Any ideas?
Hi,
Please give us the actual link to the website, we need to inspect it.
Regards,
Ismael
Here you see the issue on a completely fresh installation of both Enfold and Ubermenu: http://kaysperre.com/ubermenu-enfold/
Hey!
You can increase the height with
#megaMenu {
height: 60px;
}
Looks kind of strange to me though because there’s too much space/padding…
Best regards,
Peter
Thanks! That let me heighten the menu so it looks fine.
Just FYI for other folks looking for a solution to this issue, an alternative way to solve it was to change a line in the header.php:
from: <div class=’main_menu’ data-selectname='”.__(‘Select a page’,’avia_framework’).”‘>”;
to: <div class=’main_menu-uber’ data-selectname='”.__(‘Select a page’,’avia_framework’).”‘>”;