Hi.
The solution provided here, to what appears to be a very similar query, isn’t working for me: https://kriesi.at/support/topic/fullwidth-slide-caption-align-bottom-centre/#post-691140. Unfortunately, that thread is now closed to new replies.
The suggested css is:
div .slideshow_caption h2 {
text-align: center;
}
On the page I’m developing, the ‘Caption Title’ and ‘Caption Text’, as well as Button 1 and Button 2 (which sit side-by-side, below the text captions), are aligned left and centered on top of my image. I want them to be center aligned, but located at the bottom of my image.
Any suggestions gratefully received. Thank you!
Sorted!
This is the code to add in ‘Quick CSS’:
.slideshow_align_caption {
vertical-align: bottom;
}
Hi John,
Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard. Thanks for the note; yep, case closed, all good :-)