Archived topic
Is there a way in GeneratePress to make any image in an article automatically ce
5 replies · Started by François on October 16, 2021
I would like all my images to be automatically centred in the body of the text, I have to put it in by hand every time.
Is there a way in GeneratePress to make any image in an article automatically centred please?
Thank you for your help.
Hi there,
theres no way to set the default alignment of the image block, its a core WP option that has no way to be changed.
If all your images are to be centred. Then you can use some CSS to display them on the front end:
.entry-content .wp-block-image {
text-align: center;
}
Thank you David, but hum… where is the field to write the code in the Front End please?
Thank you Leo!
No problem :)