More Demos: slides bootstrap, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
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.