Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #509548

    Dear Kriesi,

    How an I display image overlay captions in the bottom left corner of an image rather than in the centre, as shown in this example?

    Thanks, Richard

    #509698

    Hey Richard!

    Add this to your custom CSS.

    .av-image-caption-overlay-center {
      display: block !important;
      left: 0;
      position: absolute;
      text-align: left;
      vertical-align: middle;
    }

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.