Problems with Uber Menu Z Index On Sidebar

Hello support team!

I am having problems with the uber menus overlapping each other on my sidebar.

You can check out one of the post pages where there is overlapping sidebar uber menus

Is there any way to fix this issue?

Any help would be appreciated!

Thanks

  • Daniel

Hey Daniel,

The site you posted redirects to an IP which cannot be reached. Please check.

Thanks.

Hey @christian_y,

The site should be working now!

Thanks

Hello @dstro003,

Thanks for updates. To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

#ubermenu_navigation_widget-22 {
    z-index: 10;
    position: relative;
}

#ubermenu_navigation_widget-23 {
    z-index: 9;
    position: relative;
}

#ubermenu_navigation_widget-24 {
    z-index: 8;
    position: relative;
}

We would loved to know if this has work for you. Thank you.

Thank you for you help @RueNel!

This has worked!

You’re welcome!
Thanks for letting us know that it has worked for you.

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