Center all images inside posts
The topic ‘Center all images inside posts’ is closed to new replies.
Need help? Check out our Support site, then
Hello, is there any way to center all images inside posts? Thanks.
The blog I need help with is: willsitnews.com
If you always want images to be centered then you could use the following custom css:
.singular .entry img {
clear: both;
display: block;
margin: 0 auto 30px auto;
}
Thank you!
The topic ‘Center all images inside posts’ is closed to new replies.