Slider overides z-index of menu>sub menus
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
4This is a private message.
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?
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!
@ 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.