4 votes

align caption text advanced image block

Have an option to align the caption text underneath the image in the image block
Nicola Tweed shared this idea

One Comment

  1. 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.

Leave a Reply