4
votes
align caption text advanced image block
Have an option to align the caption text underneath the image in the image block
One Comment
Leave a Reply
You must be logged in to post a comment.
You must be logged in to post a comment.
Please Login to vote.
Hi, I was looking for this option, thank you for requesting it. Until it’s there, I just use some lines of CSS.
/* Figcaption center align */
figcaption {
text-align: center;
}
Only use this if you ALWAYS want the figcaption center aligned.