Title: Featured Image Align
Last modified: December 15, 2019

---

# Featured Image Align

 *  Resolved [xnordik](https://wordpress.org/support/users/xnordik/)
 * (@xnordik)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/featured-image-align-2/)
 * Hi,
 * how can I align the featured image?
    I would like it to be centered.

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

 *  Theme Author [Carolina Nymark](https://wordpress.org/support/users/poena/)
 * (@poena)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/featured-image-align-2/#post-12242059)
 * Hi
 * Try adding this code to the Additional CSS option in the customizer:
 *     ```
       article .attachment-post-thumbnail{
       	margin-left: auto;
       	margin-right: auto;	
       	display:block;
       }
       ```
   
 *  Thread Starter [xnordik](https://wordpress.org/support/users/xnordik/)
 * (@xnordik)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/featured-image-align-2/#post-12252226)
 * [@poena](https://wordpress.org/support/users/poena/)
 * This worked! Thank you very much 🙂
 *  [baldguybrit](https://wordpress.org/support/users/baldguybrit/)
 * (@baldguybrit)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/featured-image-align-2/#post-12252433)
 * I’m actually not sure we to ask this question. I’m using this theme and would
   love to find a player plugin ( can not find one) that would pull pictures from
   a location I designate fir song artist when their tracks are playing. It seems
   most themes and plugging pull from sites that just are not consistent. If a streaming
   player plugin had thus ability a lot of people hosting music sites would use 
   it. Again, not sure where to ask this question.
 *  [4msc](https://wordpress.org/support/users/4msc/)
 * (@4msc)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/featured-image-align-2/#post-12544636)
 * Yep, worked for me too Carolina!! Thank you.

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

The topic ‘Featured Image Align’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/deejay/3.4/screenshot.png)
 * Deejay
 * [Support Threads](https://wordpress.org/support/theme/deejay/)
 * [Active Topics](https://wordpress.org/support/theme/deejay/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/deejay/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/deejay/reviews/)

## Tags

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

 * 4 replies
 * 4 participants
 * Last reply from: [4msc](https://wordpress.org/support/users/4msc/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/featured-image-align-2/#post-12544636)
 * Status: resolved