More Demos: bootstrap carousel code, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: The bullets don't show up directly on the slideshow image. They show up ABOVE the image in the white space, so I didn't check that box. How do I make them show up directly on the image?
A: You can change the bullets position in the generated .css file. Open it in any text editor
and find the code:
#wowslider-container1 .ws_bullets {
right: 10px;
top: 5px;
}
Set value for "top" as you need.