Ubermenu - Megamenu Submenus

Hi all I’m having some trouble getting my submenus in a megamenu to allign centered with their parent menu.
https://mbcidev.wpengine.com/

The specific case is under Branches -> Judicial. The submenu should be centered with it’s parent menu Judicial and not just displaying at the top of the column. Thanks!

Hi @Agency,

You can set your submenu position under ubermenu submenu settings.

Please check the link below for more information

Thanks

I’ve been fiddling with the submenu settings but it still won’t function the way I want it to. Every setting just shows the same top position for the sub-sub-menu.

Hi @Agency,

You can try adding this code in ubermenu Custom CSS

.ubermenu .ubermenu-submenu .ubermenu-column {
     position:relative;
}

You also need to fix your submenu columns so it doesn’t overlap the parent menu.

Hope this helps

It did however my management has decided to go with a different design choice. Thanks for your help though!

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.