Hi,
I do have one issue:
- The mobil / responsiv uber menu doesnt close after clicking on it. Can this be fixed?
Thanks guys,
Chris
Hi,
I do have one issue:
Thanks guys,
Chris
Hello There,
Thanks for writing in! There has been misconfiguration in your Ubermenu settings. I could not guess what it is but that settings bury the mobile icon behind the menu when it is already collapse. To resolve your issue, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)
body .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
z-index: 1000 !important;
position: relative;
}
body .ubermenu-responsive-default.ubermenu-responsive.ubermenu {
z-index: 10;
}
Please let us know if this works out for you.
Very good, thanks a lot!
You’re always welcome!
Feel free to open a new thread if you still have questions!
Cheers.