Topic: Single Post Image Centered
I would like for the single post thumbnail to be centered in your page regardless of what template style you use. (default or one column)
The CSS I use for this is (user.css):
.single .post .entry-photo img, .single-post .entry-photo img {
border: 1px solid #CCCCCC;
display: block;
margin-left: auto;
margin-right: auto;
}The theme should use this CSS or something more practical.