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.

Z-index problem with site origin hero image

9 years ago · Last reply by aptbs85 9 years ago

Hello,

I have inserted a site origin hero widget in the top of my page and when i scroll down the sticky header is hidden by the hero image. The z index of the hero image is 2 and the z index of the sticky header is 99.

Any idea what the problem is? I am using onepress theme

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Alex S Staff 9 years, 9 months ago

    Hi Aptbs85,

    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. aptbs85 Private 9 years, 9 months ago

    This is a private message.

  3. Alex S Staff 9 years, 9 months ago

    Hi Aptbs85,

    For some reason the z-index applied to the sticky menu is quite low. 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: 999 !important;
    }

    You might also need to install the SiteOrigin CSS Editor.

  4. aptbs85 9 years, 9 months ago

    Problem solved with the help of Alex. I added the CSS below and it worked:

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

    Thanks!

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