Title: Image Centre Problem
Last modified: August 19, 2016

---

# Image Centre Problem

 *  Resolved [dgreensmith](https://wordpress.org/support/users/dgreensmith/)
 * (@dgreensmith)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/image-centre-problem/)
 * I have created a custom blog theme which is looking great! I am having a problem
   with the images though.
 * I am trying to centre images on the blog, it is showing as centred on the editor
   in the admin panel, but when I check the post, they are back to alignment on 
   the left. I cant figure out whats wrong, could somebody offer an opinion? Probably
   something in the CSS.
 * site is [http://www.davidgreensmith.co.uk](http://www.davidgreensmith.co.uk)
 * Sample post: [http://www.davidgreensmith.co.uk/2011/01/26/chichester-fashion/](http://www.davidgreensmith.co.uk/2011/01/26/chichester-fashion/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/image-centre-problem/#post-2052251)
 * Try adding:
 *     ```
       .aligncenter {
       	display: block;
       	margin-left: auto;
       	margin-right: auto;
       }
       .alignleft {
       	float: left;
       }
       .alignright {
       	float: right;
       }
       ```
   
 * to the bottom of your theme’s stylesheet.
 *  Thread Starter [dgreensmith](https://wordpress.org/support/users/dgreensmith/)
 * (@dgreensmith)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/image-centre-problem/#post-2052254)
 * Thanks, doesnt seem to have made any difference :/
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/image-centre-problem/#post-2052255)
 * I can’t see that CSS in your current theme’s stylesheet.
 *  Thread Starter [dgreensmith](https://wordpress.org/support/users/dgreensmith/)
 * (@dgreensmith)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/image-centre-problem/#post-2052257)
 * So… what I have learnt tonight is to click the update file button! Thank you 
   for your help 😉
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/image-centre-problem/#post-2052260)
 * *LOL* Glad I could help 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Image Centre Problem’ is closed to new replies.

 * 5 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/image-centre-problem/#post-2052260)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
