Change Position Caption Text WordPress 5.0

Last Updated on November 10, 2022 by SanaModi

To change the position of image text captions on WordPress 5.0, you can simply add the following css code to your custom css WordPress theme, or wherever the css can be loaded. Here’s the code.

.wp-block-image figcaption{text-align:left!important}

Change left with your prefer, for example right, center, or left.

Leave a Comment