Title: Feature Image Questions
Last modified: August 31, 2016

---

# Feature Image Questions

 *  [martipad](https://wordpress.org/support/users/martipad/)
 * (@martipad)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/feature-image-questions/)
 * Hello, I have a question about updating the css for my theme (parker) this is
   my site address: [http://beachbodybliss.com](http://beachbodybliss.com)
    The 
   issue is that my featured image on my posts is always left aligned. I want the
   center aligned. This is the code that is in my current css:
 * .page-featured-img {
    position: relative; margin: 0px 1em 2.2em; height: 400px;
 * Can anyone help me with how to change this?
 * Second question, is there a way to ensure that the featured image gets selected
   when posts auto update on other social media (say Twitter or FB). For some reason
   it picks random photos, sometimes photos I haven’t even used in a current post.
 * Many thanks in advance!

Viewing 1 replies (of 1 total)

 *  [Local Fame](https://wordpress.org/support/users/localfame/)
 * (@localfame)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/feature-image-questions/#post-7175921)
 * Hello,
 * Try the following css class:
 *     ```
       .parker-featured-img {
           margin-bottom: 0.5em;
           display: -webkit-flex;
           -webkit-align-items: center;
           display: flex;
           align-items: center;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Feature Image Questions’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Local Fame](https://wordpress.org/support/users/localfame/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/feature-image-questions/#post-7175921)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
