Home>Support>Z-index problem with site origin hero image

Z-index problem with site origin hero image

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 4 months ago Alex S
    Hi, I Work Here

    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. 8 years, 4 months ago Private Message - aptbs85

    This is a private message.

  3. 8 years, 4 months ago Alex S
    Hi, I Work Here

    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. 8 years, 4 months ago aptbs85

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More