Can anyone help me understand how to move the caption, found in data-title
, from underneath an image to the right of the image?
I'm not very familiar with HTML/CSS, but it looks like the image is enclosed within a div called .lb-outerContainer
, and the caption resides in the .lb-dataContainer
div as per the Lightbox CSS. I attempted to delete the clear: both
property from the ::after
for outerContainer
and added display: inline-block
to both divs, unfortunately, this didn't produce the desired effect. The image shifted to the left without moving the caption up.
If anyone could provide guidance or advice on this issue, I would greatly appreciate it. Thank you!