When the MainNav has more than two pages, the menu goes behind the flex-caption-wrapper div. Is there any way to keep the menu in front of all other page elements?
Hello, Could you please specify your issue with the help of screen shot images and also inform us that in which web browser you are facing the issue.
Hello Piyush, The issue occurs in Mac Safari, Chrome and Firefox as well as Windows i.e. 7, 8, 9 (as viewed with developer tools) & 10, Chrome and Firefox. It also happens in iOS on iPad Additionally the menu doesn't drop down on mouse over in ie7 and while it does drop down in ie8 the links in the drop down don't show although they work. This is a screen capture from Mac Chrome. It appears the same in all the listed browsers. Thanks again Piyush
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flex-caption-wrapper { z-index: 9; } This will solve your issue.