Archived topic
image (with caption) are not showing in center
5 replies · Started by Sanjay on July 15, 2019
In my website, Images (With caption) are not showing in the center even they are aligned in the centre in the wordpress post.
In wordpress post editor images are showing in the center but when I preview or publish the post then image showing in the left side.
screenshot 
Hi there,
Elementor is adding some extra CSS to make it not centered:
https://www.screencast.com/t/fL8xM5Pf
Please check with their support :)
Thanks
No problem :)
Thanks, Leo
after your screenshot, I changed margin and now all images are in centred. I put this code.
.elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
margin-left: auto;
margin-right: auto;
}
again thanks, generatepress support is very good.
Awesome :)