Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26467

    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?

    #130511

    Hi,

    Please give us the actual link to the website, we need to inspect it.

    Regards,

    Ismael

    #130512

    Here you see the issue on a completely fresh installation of both Enfold and Ubermenu: http://kaysperre.com/ubermenu-enfold/

    #130513

    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

    #130514

    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’).”‘>”;

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Ubermenu navigation bar cut in half’ is closed to new replies.