Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #276965

    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?

    #277266

    Hey!

    Try adding this code to the Quick CSS:

    .avia-slideshow-inner, .avia-slideshow {
        overflow: visible;
    }
    
    .avia-caption {
        bottom: -35px;
    }

    Cheers! 
    Josue

    #277503

    SUPERB – thanks guys for the great support ! :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Caption underneath slider’ is closed to new replies.