More Demos: slider bootstrap responsive, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Hi,
I can I move the navigation icons? I want them to show outside of photo frames at top or bottom.
Thanks.
A: Please, open generated .css file in any text editor, find the code and edit left and right properties:
#wowslider-container1 a.ws_prev {
background-position: 0 0;
left: 10px;
}
#wowslider-container1 a.ws_next {
background-position: 100% 0;
right: 10px;
}