Site logo

Archived topic

Getting Caption text for images to be center aligned

3 replies · Started by Jodie on March 21, 2019

Viewing posts 1–4 of 4

Hi Tom, David and Leo

I was wondering if there is a setting I am missing to get the text in captions on images to be center aligned?

I currently have this css in the additional css setting in Customise but if I don't need to do this I'd like to remove it.

/* START OF Make Img Caption Centre-Aligned*/
.wp-caption .wp-caption-text {
width: 100%;
text-align: center;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* END OF Make Img Caption Centre-Aligned*/

As always your help is appreciated.

Cheers Jodie

Hi there,

there isn't any option to do that so unfortunately you will need to keep that CSS.

Thanks very much David.

Good to know.

Cheers Jodie

Glad to be of help

This archived topic is closed to new replies.