Title: Featured image not centered
Last modified: May 27, 2018

---

# Featured image not centered

 *  Resolved [seanadl](https://wordpress.org/support/users/seanadl/)
 * (@seanadl)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/featured-image-not-centered-4/)
 * Hi there,
 * I’ve noticed that featured images don’t appear to be centered on AMP pages (when
   viewing from a desktop).
 * How can I fix this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffeatured-image-not-centered-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Ryan Kienstra](https://wordpress.org/support/users/ryankienstra/)
 * (@ryankienstra)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/featured-image-not-centered-4/#post-10333609)
 * **Thanks, Suggested Solution**
 * Hi [@seanadl](https://wordpress.org/support/users/seanadl/),
    Thanks for letting
   me know about that. If you place this code in your theme’s `functions.php`, or
   a plugin, it should center the featured image:
 * [⌊Centered featured image⌉⌊Centered featured image⌉[
 *     ```
       /**
        * Centers the featured image on AMP endpoints.
        *
        * @return void
        */
       add_action( 'amp_post_template_css', function() {
       	?>
       	.amp-wp-article-featured-image {
       		text-align: center;
       	}
       	<?php
       } );
       ```
   
 *  Thread Starter [seanadl](https://wordpress.org/support/users/seanadl/)
 * (@seanadl)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/featured-image-not-centered-4/#post-10337218)
 * Thanks Ryan, that worked.

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

The topic ‘Featured image not centered’ is closed to new replies.

 * ![](https://ps.w.org/amp/assets/icon.svg?rev=2527602)
 * [AMP](https://wordpress.org/plugins/amp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amp/)
 * [Active Topics](https://wordpress.org/support/plugin/amp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amp/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [seanadl](https://wordpress.org/support/users/seanadl/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/featured-image-not-centered-4/#post-10337218)
 * Status: resolved