This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

SiteOrigin slider covers sub menu

Resolved 6 replies generaltechnical
9 years ago · Last reply by Sun Nam 9 years ago

Hi! How are you doing?
I am using tesseract theme from http://tesseracttheme.com/
and siteorign slider to make homepage,
but the slideshow covers submenu.
I tried changing z-index of the theme, but
it didn’t work.
Can you help me?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Alex S Staff 9 years, 10 months ago

    Hi Sun,

    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.

  2. Sun Nam Private 9 years, 10 months ago

    This is a private message.

  3. Alex S Staff 9 years, 10 months ago

    Hi Sun Nam,

    This is a z-index issue with the theme. While the sub menus have a correct z-index the parent containing elements are well below this and thus end up preventing the child to function as expected. 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.

    .site-header {
        z-index: 1000 !important;
    }

    You might also need to install the SiteOrigin CSS Editor.

  4. Sun Nam 9 years, 9 months ago

    I installed custom css and css editor and tried adding the code like you suggested,
    but somehow the sub menu is still covered by the slide.
    What should I do

  5. Alex S Staff 9 years, 9 months ago

    Hi Sun,

    Sorry. I made a mistake in the previous CSS I sent you. Please replace the previous CSS with the following CSS:

    #site-banner {
        z-index: 1000 !important;
    }
  6. Sun Nam 9 years, 9 months ago

    It worked!!!!! Thank you so much!!!!

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread