Hello!
I had checked the documentation before asking, however went through what you suggested.
The first link helps with vertical submenu alignment in a vertical menu. However I want to have a vertical submenu within a horizontal menu.
Playing around with chrome development tools I found the submenu has no ID but has the following Classes:
class=“ubermenu-submenu ubermenu-submenu-id-61 ubermenu-submenu-type-auto ubermenu-submenu-type-mega ubermenu-submenu-drop ubermenu-submenu-align-full-width”
tinkering with this classes I found that if I change the
class “ubermenu-submenu-align-full-width” to “ubermenu-submenu-align-vertical”
and add some custom CSS I can achieve the desired result.
This however, brings more questions I hope you can help me with
- How do I remove a class and add another one to an existing element that has no ID?
I believe I can do it with jquery but I don’t know how, can I get any advice?