More Demos: carousel bootstrap examples, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Dear support,
The play/pause appears at the center of the slide which is a bit obtrusive and it should be possible to move it to one corner (top left or top right or bottom left or bottom right).
A: You can change it manually only. Please, open generated "style.mod.css" file in any text
editor (for example, NotePad), find following lines:
#wowslider-container1 .ws_playpause {
height: 50px;
left: 50%;
margin-left: -9px;
margin-top: -24px;
opacity: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 59;
}
and change margin-left and margin-top parameters.