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

Recent Demos

 Is it possible to change bullet position in rotate image jquery?

Q: Is it possible to have the bullet dots appear 1" more more below the slide show container so that the index images will show up below the image section of the show? Where do I change the information?

A: Yes, it's possible. You should open "style.css" file in any text editor (for example, NotePad), find following lines:

#wowslider-container1 .ws_bullets {
    right: 10px;
    top: 5px;
}



remove "top: 5px;" line and change "right" value.