Theme Enfold:
By default, there is a piece of text in the middle of the image. I want to move it to the bottom. Is that possible? And how can I do that?
Hey Tanja,
Please try the following in Quick CSS under Enfold->General Styling:
.av-image-caption-overlay-center {
vertical-align: bottom;
padding: 10px 1.5em;
}
Best regards,
Rikard
Thank you very much, Rikard!!! The problem is solved.