Title: Featured Image Full Width
Last modified: August 22, 2016

---

# Featured Image Full Width

 *  Resolved [NomadMik](https://wordpress.org/support/users/nomadmik/)
 * (@nomadmik)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/featured-image-full-width/)
 * Hello Anders,
 * I am trying to get my featured image to span the full width of the post container.
   There seems to be a margin on the right that I can’t find in the code.
 * Also, is there a way to eliminate the post header all together so I can raise
   up the post content box to tuck the featured image under the shadow of my page
   header image?
 * [http://www.fantasyislandecoresort.com/blog/about/](http://www.fantasyislandecoresort.com/blog/about/)
 * Thanks,
    Mik

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

 *  Thread Starter [NomadMik](https://wordpress.org/support/users/nomadmik/)
 * (@nomadmik)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/featured-image-full-width/#post-5176324)
 * I forgot to mention. The width looks fine on mobile.
 *  Thread Starter [NomadMik](https://wordpress.org/support/users/nomadmik/)
 * (@nomadmik)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/featured-image-full-width/#post-5176435)
 * Rather than enlarge the featured image, I centered it.
 * .featured-media a img {
    margin-left: auto; margin-right: auto; }
 * To get rid of the .post-header I removed it from the page.php
 *  <div class=”post-header”>
 *  <h2 class=”post-title”><?php the_title(); ?></h2>
 *  </div> <!– /post-header –>

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

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

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

## Tags

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

 * 2 replies
 * 1 participant
 * Last reply from: [NomadMik](https://wordpress.org/support/users/nomadmik/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/featured-image-full-width/#post-5176435)
 * Status: resolved