Hey, I am trying to space out my submenu items and tabs, so in the event of a submenu being highlighted (if it is hovered over) and an adjacent selection being the current item, you will be able to see the submenu background tint. Any ideas?
Hello There,
Thanks for updating in! You should be able to add some margins and padding for each sub menu item or tab item in the settings. I would recommend reviewing this documentation to know more about how you can do that:
Hope this helps.
Hello There,
To add some spacing with your submenu items in your uberMenu submenu, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)
.ubermenu.ubermenu-main .ubermenu-tabs-group {
padding: 5px;
}
.ubermenu .ubermenu-nav .ubermenu-column-full {
margin-bottom: 4px;
}
Hope this helps. Please let us know how it goes.