Englishjquery carousel slider example  Deutschslider  Españolimagenes en html  Françaiscarrousel javascript  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Align wordpress photo gallery to the left

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;