Archived topic
Align all the post, pages images to center
3 replies · Started by Amit on August 31, 2020
Hi Team,
I am using the thrive architect for page builder.
When I update any post using it, all the images present in post/page are automatically aligned to left. I think this is the default theme alignment.
So, I want all the images aligned center, could you please help me in the CSS.
Thanks,
Amit
Hi there,
is there a particular post where i can see the problem?
The problem is when I use the Thrive Architect and WP editor on the same page or post.
Check out this post.
Try this CSS:
.wp-block-image {
margin-bottom: 1em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/