Englishjquery bootstrap slider  Deutschslideshow jquery  Españolgalerias jquery  Françaisdiaporama html  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Menu doesn't overlap the responsive carousel

Q: Support,
The web Site is having a problem with the wowslider overlapping / hiding the css drop-down menu. I have tried adjusting the z index with no luck what is the recommendation?

A: Please, open the .css of the menu and find the code:

#nav, #nav ul {
    line-height: 1;
    list-style: none outside none;
    padding: 0;
    z-index: 15;
}



Edit z-index value this way:

#nav, #nav ul {
    line-height: 1;
    list-style: none outside none;
    padding: 0;
    z-index: 1000;
}