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.

Slider overides z-index of menu>sub menus

Resolved 4 replies pluginplugin-widgets-bundle
10 years ago · Last reply by webmastur 9 years ago

Hello,

Using SiteOrigin Slider widget in content causes the sub menu(s) items of main nav to be below the slider.

I have tried .mainnav { z-index: 9999; } but this did not overlay the slider.

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Adam Arnold Private 10 years, 3 months ago

    This is a private message.

  2. Adam Arnold 10 years, 3 months ago

    Setting (in chrome developer tools);

    .sow-slider-base {
        position: relative;
        overflow: hidden;
    }

    to;

    .sow-slider-base {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    appears to solvze the issue.
    Is it best to add this attribute in the theme css?

  3. Brian Castaneda 9 years, 8 months ago

    I’ve been to multiple forums on this issue and none of them worked for me but the one above works perfect. I added it to my CSS file and fixed my issue.

    Thank you Adamn!

  4. webmastur 9 years, 7 months ago

    @ http://www.mrstwinkle.com.au the same issue of menu hiding behind slider after adding slider in page builder. Added solution above to CSS and worked perfectly. Much Appreciated. Cheers

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