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’).”‘>”;
Here you see the issue on a completely fresh installation of both Enfold and Ubermenu: http://kaysperre.com/ubermenu-enfold/
Thanks, Ismael! That worked out great. :)
Apparently it works to put this into Quick CSS. I don’t know if it is the best solution, but hopefully it can help someone else.
li:hover .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx{opacity: 1; visibility: hidden;}
…and the size?
and the navigation menu?