Hi @writesync ,
This is actually occurring for the z-index value. In our widget CSS, z-index value is defined to 1 but bottom of your section is taking more higher value of z-index . As a result when sub-menu is open then your items goes to behind.
So, Add this CSS on your stylesheet. This will be solved 🙂
.eael-advanced-menu.eael-advanced-menu-horizontal li ul {
z-index: 9 !important;
}
Let me know how it goes.
Cheers!
Hi @writesync ,
I hope you are doing fine. We haven’t heard back from you yet.
Can you please confirm whether your issue has been resolved or not?