Ubermenu submenu shows behind footer

http://dev.lainternet.biz/website-development/

When you mouse over “What We Do” on the Navigation Bar, you will see the dropdown is showing behind the footer.

Please note that the fix implemented from post https://theme.co/apex/forum/t/footer-dissappeared-after-trying-footer-builder/20666/4 caused this.

How can I fix this?

Thanks,

Micah

Hi There,

To fix this issue, please add this custom CSS under X > Theme Options > CSS:

.x-navbar {
    z-index: 999999;
}

Let us know how it goes!

I did as you asked and now other issues show up. Your fixes are sending me down and unacceptable rabbit hole!

The WordPress Admin Bar Dropdown now shows behind the navigation bar. The Uber Menu now has a scroll bar.

All this started because I activated the footer builder and then turned it off then the footer wouldn’t show.

Please remove all this band aid CSS and get the root of the problem fixed.

Micah

Hi there,

I removed both suggestions. Please consider that the customization you had done lacks a crucial part. The Footer section will not take the background images unless you set it to be a relatively positioned mode and a z-index.

I went to your website and added the responsive position and the z-index of 1 to both top and bottom sections of the footer and you now see the result.

Thank you.

Thanks for the help.

Micah

You’re welcome!

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