Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I am using Vantage theme and have added the custom menu widget to the header. Unfortunately the drop-down for the sub menu items is hidden behind the main menu nav bar.
Have tried, unsuccessfully, various z-index options applied to the site header; menu widget; main menu. Can anyone help with this please.
The site url is: nanatechbeta.co.uk
Hi Margaret,
You can fix this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
#header-sidebar .widget_nav_menu ul.menu > li ul.sub-menu { z-index: 10001; }You might also need to install the SiteOrigin CSS Editor.
Thank you Alex. That worked perfectly.