Hi, I need the text of the caption of the slides to be positioned at the bottom and in a centered position.. instead from the theme options I only have the possibility of positioning the text either in the center of the screen or at the bottom but the writing and buttons are aligned left.. can you help me?
Hey delmonte,
Please try the following in Quick CSS under Enfold->General Styling:
.slideshow_align_caption {
vertical-align: bottom;
}
Best regards,
Rikard
Hi,
Please try this CSS instead:
.page-id-4793 #fullscreen_slider_1 .slideshow_align_caption {
vertical-align: bottom;
}
Best regards,
Rikard