More Demos: bootstrap banner image, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: I have setup a test home page for my site, with wowslider very prominently displayed. What should I do to make slider appear to the left, by the navigation?
A: Please, open generated .css file in any text editor and find the code:
#wowslider-container1 {
border: medium none;
margin: 0 auto;
max-width: 600px;
position: relative;
text-align: left;
z-index: 90;
}
Add the following parameter:
float: left;