Englishslides jquery  Deutschbildergalerie  Españolcarrusel de imagenes  Françaisjquery slide  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Move ajax image rotator caption

Q: I have the Pro version, but haven't used it yet. However, I'm working on a proposal and would it be relatively easy to move the caption so it is completely below the images?

A: Please, open the generated style.css file in any text editor and find the following code:

#wowslider-container1 .ws-title {
    background: none repeat scroll 0 0 #000000;
    bottom: 50px;
    color: #F9FBFB;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 18px;
    left: 0;
    margin-right: 5px;
    padding: 12px;
    position: absolute;
    text-transform: uppercase;
    z-index: 50;
}


Set "bottom" value as -70px or another value as you need.