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
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