Avada › Forums › Community Forum › Lightbox Captions: Display below Image
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
When displaying an image/gallery in a Lightbox, the caption shows up towards the bottom third. That looks great but obscures whatever is covered up and is undesirable when text is behind.
Is there a way to have captions displayed BELOW an image instead?
CURRENT:
------------------------- | (IMAGE) | | CAPTION | -------------------------
DESIRED:
------------------------- | (IMAGE) | | | ------------------------- CAPTION
I know this post is old, but I’m guessing others might bump into the same issue. You can change it by making the caption holder placement absolute, tied to the bottom.
.ilightbox-holder.metro-white .ilightbox-inner-toolbar {
position: absolute;
bottom: 50px;
right: auto;
} -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Was this topic helpful?