Hey, so I got a reply from the support team over at UberMenu, here’s what they say:
The problem is that the div added by that plugin overlaps the menu (tho, it is hidden, and you cannot actually see it, but it’s there). So when you’re clicking the menu, you’re actually clicking that div ๐
As I’ve no experience with that Download Manager, I cannot be sure what that div is doing there, and if it’s safe to move it away from that zone (tho, moving it somewhere else might also break other things).
You might want to try adding something like this:
[css]
#header-area {position: relative; z-index: 20;}
#top-head .right-section {position: relative; z-index: 30;}
.modal {z-index: 10 !important;}
[/css]
To see if that helps.
Any idea what the div is doing there and if I can/how I can remove it?
Many thanks.