Title: Featured Image on Post &#8211; Align Left
Last modified: April 10, 2018

---

# Featured Image on Post – Align Left

 *  Resolved [themilney](https://wordpress.org/support/users/themilney/)
 * (@themilney)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/featured-image-on-post-align-left/)
 * Hi,
    The featured image on my posts currently align center. As a result, when
   the window widens, the image moves to stay in the center, while my post heading
   stays to the left. I would like the featured image to stay to the left also. 
   What is the CSS i would need to enter to allow this to happen? Thanks in advance,
   Chris.

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

 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/featured-image-on-post-align-left/#post-10165487)
 * Hi Chris!
 * Thanks for reaching out.
 * Usually these are theme-related issues, but maybe it’s an easy fix.
 * Would you mind pasting the link to your website here, so we can check it out?
 * Thanks!
 *  Thread Starter [themilney](https://wordpress.org/support/users/themilney/)
 * (@themilney)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/featured-image-on-post-align-left/#post-10168188)
 * Hi Roch,
 * Thanks. The theme I’m using is the Sportspress Rookie Starter Theme.
 * Link: [https://apfc2018.com/2018/03/20/official-logo-facebook-event-page-released/](https://apfc2018.com/2018/03/20/official-logo-facebook-event-page-released/)
 * Cheers.
    Chris.
 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/featured-image-on-post-align-left/#post-10170162)
 * Hi CHris!
 * Oh, that’s even better 🙂
 * Add the following code in your custom css field ( `Wp admin > SportsPress > Settings
   > General > Custom CSS` ) and let us know how it works:
 *     ```
       .entry-thumbnail img {
       	margin-left: 0;
       	margin-right: 0;
       }
       ```
   
 * Thanks!
 *  Thread Starter [themilney](https://wordpress.org/support/users/themilney/)
 * (@themilney)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/featured-image-on-post-align-left/#post-10172026)
 * Hi Rich,
 * Thanks for that – worked just as i hoped. Much appreciated.
 * Cheers,
    Chris.
 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/featured-image-on-post-align-left/#post-10175142)
 * That’s awesome, I’m glad I could help, Chris!
 * If you need anything else, just let us know!

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

The topic ‘Featured Image on Post – Align Left’ is closed to new replies.

 * ![](https://ps.w.org/sportspress/assets/icon-256x256.png?rev=1252005)
 * [SportsPress - Sports Club & League Manager](https://wordpress.org/plugins/sportspress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sportspress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sportspress/)
 * [Active Topics](https://wordpress.org/support/plugin/sportspress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sportspress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sportspress/reviews/)

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * 5 replies
 * 2 participants
 * Last reply from: [Roch](https://wordpress.org/support/users/rochesterj/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/featured-image-on-post-align-left/#post-10175142)
 * Status: resolved