Title: Column feature image &#8211; Centred
Last modified: August 30, 2016

---

# Column feature image – Centred

 *  [gweebs](https://wordpress.org/support/users/gweebs/)
 * (@gweebs)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/column-feature-image-centred/)
 * First of all, great theme, love it!!!
 * On my blog page, I’m using a two column set up. The feature images are left aligned.
   How can I centre them?
 * Example: [http://guymurchfoto.co.uk/home/blog/](http://guymurchfoto.co.uk/home/blog/)

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

 *  [codemovement.pk](https://wordpress.org/support/users/codemovementpk/)
 * (@codemovementpk)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/column-feature-image-centred/#post-6828749)
 * I have tried following css
 *  `text-align: -moz-center;
    text-align: -webkit-center;`
 * in
 *     ```
       @media (min-width: 768px)
       .hentry.post-grid-2-col
       ```
   
 * you add these text-align properties in your custom.css
 *  Thread Starter [gweebs](https://wordpress.org/support/users/gweebs/)
 * (@gweebs)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/column-feature-image-centred/#post-6828788)
 * I’m sure I’m doing it wrong.
 * But I can’t get that to work!
 *  [codemovement.pk](https://wordpress.org/support/users/codemovementpk/)
 * (@codemovementpk)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/column-feature-image-centred/#post-6828803)
 * In your child theme css you can you can adjust the class .hentry.post-grid-2-
   col
 * and text-align center for cross browser css
 * if you need some help in creating child theme this might work for you
    [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
 *  Theme Author [Theme Junkie](https://wordpress.org/support/users/themejunkie/)
 * (@themejunkie)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/column-feature-image-centred/#post-6829034)
 * Hi [@gweebs](https://wordpress.org/support/users/gweebs/),
    Please create a child
   theme or install [our custom css](https://wordpress.org/plugins/theme-junkie-custom-css/)
   plugin and add the following code
 *     ```
       .thumbnail-link img { margin: auto; }
       ```
   

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

The topic ‘Column feature image – Centred’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/silvia/1.1.1/screenshot.jpg)
 * Silvia
 * [Support Threads](https://wordpress.org/support/theme/silvia/)
 * [Active Topics](https://wordpress.org/support/theme/silvia/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/silvia/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/silvia/reviews/)

## Tags

 * [center](https://wordpress.org/support/topic-tag/center/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * 4 replies
 * 3 participants
 * Last reply from: [Theme Junkie](https://wordpress.org/support/users/themejunkie/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/column-feature-image-centred/#post-6829034)
 * Status: not resolved