Post images centered by default (novice question)

Posted in: Newspaper
Post count: 39

By default, all the post images have a left alignment
May you help me with the css code to make them centered?

Thanks.
Great theme btw

Post count: 20688

Hi,

You can align the images in the post content, when editing or creating the post
https://www.screencast.com/t/8HLXmoG5
Please correct me if I misunderstand something, and provide some more details and examples if possible. Also thank you very much for your appreciation of the theme.

Thanks

Post count: 39

Thank you Simon, but I have over two thousand images, editing each post is not an option.
I need a CSS solution, can’t find one yet.

🙁

Post count: 20688

Please provide a link to such a post and I will try to give you a solution for the images, hopefully this will affect all post at once.

Post count: 39

Sure, this is an example, all the images are using class=”alignnone”

https://superluchas.com/tagdiv-test/

Post count: 20688

If the images are not aligned, then they will be displayed from the left, that would be the default WordPress functionality. You must align them center if you want them to display like that in the post/page content. You could try a code like this to align the not aligned images to center, it will work for such images as this one
https://www.screencast.com/t/Ad9sLe4ULva

.td-post-content img.alignnone {
display: block;
margin-left: auto;
margin-right: auto;
}

Post count: 39

Worked beautifully
Thank you Simion!!

J.

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.