Hi
On this page my client wants the caption to sit underneath the images in the slider
http://ordovas.jacl.co.uk/exhibition/chillida-on-miro/
Ive tried changing the bottom position of <div class=”avia-caption”> to a minus number and can see the container in firebug moves down but for some reason the caption is not visible (the black caption on slide two I mean)
Any ideas is it not possible to move the caption outisde the of the parent div?
Hey!
Try adding this code to the Quick CSS:
.avia-slideshow-inner, .avia-slideshow {
overflow: visible;
}
.avia-caption {
bottom: -35px;
}
Cheers!
Josue
SUPERB – thanks guys for the great support ! :)