Hi there,
I am trying to align the captions to a slideshow to the left using Simple Slideshow gallery. I am using the following css code but the text doesn't align with the left border of the image. However the same slideshow as a simple grid view is aligned correctly, but the text is cut out.
.gallery-caption p {white-space:pre; text-align:left}
.gallery-caption-wrapper {
display: flex;
place-items: left;
justify-content: left;
}
See attached. Does anyone have a similar issue and a solution?
Thanks!