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].
Hi there, I’ve been using the page builder plugin and it’s great, but I’ve come across a problem where the navigation menu seems to be behind the page builder content and therefore inaccessible. I assume I need some sort of custom CSS code to bring it to the front, but I have no clue as to what it would be! If anyone can help me out, it would be much appreciated!
Thanks
Hi Sl1234,
Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
This is a private message.
Hi Sl1234,
Oddly, your theme sets the right z-index (think layer) for the submenu but the parent overrides it and thus prevents it from showing over top of anything with a z-index over 100. 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-wrapper { z-index: 999 !important; }You might also need to install the SiteOrigin CSS Editor.
This is a private message.