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

    There has to be an easy answer to this… I would like to display captions under my photos instead of on top of them.
    But whenever I use the photo element and selection caption, the only option is a caption overlay which displays a caption on top of the photo. How do I control where this caption displays? Can I display it under the photo as was standard on old themes? Or if superimposed on the photo, how to I reposition it at the very bottom of the photo?

    Thanks!

    #600132

    Hey goldengate415!

    NOTE: The caption style will affect all images with captions. if you like to affect only some images with caption enable custom class and add custom class name to the element to image in the edit options.

    .av-image-caption-overlay-position {
        display: block!important;
        position: absolute!important;
        bottom: -100%!important;
    }
    

    Best regards,
    Vinay Kashyap

    #600413

    Thanks Vinay. I am surprised that setting a caption below the photo, which is a fairly standard practice, requires custom coding / configuration. But I appreciate your help!

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Easy question about photo captions – how display?’ is closed to new replies.