More Demos: responsive bootstrap slider, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: HI, I have wowslider installed on my website, everything is working OK, only is that the drop down menu, hides under the slider, when the slider is active. Is there a way to fix this?
A: You should open "style.css", generated by wowslider, in any text editor (for example,
NotePad), find following lines:
#wowslider-container1 {
...
z-index: 100;
}
and reduce z-index parameter.