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
I saw different topics with the same problem, but i tried the css codes and it didn’t work.
Hopefully someone can help me out with it.
Kind regards
Mark
Hi Mark,
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 Mbangayan,
So this is a theme issue having a rather low z-index (think layer) until it scrolls. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.genesis-nav-menu .sub-menu { z-index: 1000 !important; }You might also need to install the SiteOrigin CSS Editor.
Hi Alex!
it worked!! Thank you! appreciate it!!!