Hey there Kriesi team,
right now when I’m using your build-in slider and want to add a description to a picture the description appears at the left hand corner.
How can I change that so that the description is aligned in the center?
Also I want the background of the description to be stretched to the entire picture width. Is that possible?
To be more specific: it regards class “avia-caption-content” and itemprop “description”.
Thank you in advance.
Best regards,
Andreas
Hey andreasobermeier,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.slideshow_caption { width: 100%; }
Best regards,
Yigit
Hi Yigit,
thanks for your reply.
Actually, that doesn’t work. That’s because the right CSS class would have been .avia-caption.av-slideshow-caption
But never mind, I found the solution myself and you can close this topic.
Thank you for your help and best regards,
Andreas