Title: Post in full width
Last modified: August 31, 2016

---

# Post in full width

 *  Resolved [loupefotografia](https://wordpress.org/support/users/loupefotografia/)
 * (@loupefotografia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/post-in-full-width/)
 * Hi everyone!
    Do anybody know how to make the post in full width and the feature
   images in top instead that in the side of the post? thanks!

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

 *  Theme Author [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/post-in-full-width/#post-7091380)
 * Hi,
 * Please understand that this is a theme modification and I do not provide support
   for those (please read [http://support.webmandesign.eu/support-policy-and-terms-of-service/](http://support.webmandesign.eu/support-policy-and-terms-of-service/)).
 * I suggest you use a code inspector in your browser to determine the styles you
   need to override with your custom CSS. Also, I suggest you test your new layout
   thoroughly than as the theme wasn’t designed that way.
 * You can start with this CSS:
 *     ```
       .is-singular:not(.home) .site-inner {
       	width: calc(100% - 5rem);
       }
   
       .is-singular .entry-media {
       	position: relative;
       	width: 100%;
       	background: none;
       }
   
       .is-singular .entry-media img {
       	visibility: visible;
       }
       ```
   
 * But where do you put the header than?
 * Regards,
 * Oliver
 *  Thread Starter [loupefotografia](https://wordpress.org/support/users/loupefotografia/)
 * (@loupefotografia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/post-in-full-width/#post-7091392)
 * thanks for your answer Oliver. I really like the theme and I am using for a photo
   magazine that is why I was looking how to show images in full size inside each
   post.
    I tried with that CSS. It is ok, only the title is overlay with the featured
   pic in the top.
 *  Thanks again
    Charly
 *  Theme Author [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/post-in-full-width/#post-7091542)
 * Hi Charly,
 * Please understand this is a theme modification and I can not provide full resolutions
   on those. I can provide only tips.
 * Please use code inspector tool in your browser to determine which additional 
   styles to apply to override the theme native ones and make it how you need.
 * Regards,
 * Oliver
 *  Theme Author [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/post-in-full-width/#post-7091550)
 * BTW, have you tried Dyad theme? Maybe that will do the trick for you. It was 
   built from my Receptar theme. Download it from [https://theme.wordpress.com/themes/dyad/](https://theme.wordpress.com/themes/dyad/)
 * Regards,
 * Oliver
 *  Thread Starter [loupefotografia](https://wordpress.org/support/users/loupefotografia/)
 * (@loupefotografia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/post-in-full-width/#post-7091588)
 * Thanks Oliver, Im gonna try it.

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

The topic ‘Post in full width’ is closed to new replies.

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

## Tags

 * [full width post](https://wordpress.org/support/topic-tag/full-width-post/)
 * [full-size](https://wordpress.org/support/topic-tag/full-size/)

 * 5 replies
 * 2 participants
 * Last reply from: [loupefotografia](https://wordpress.org/support/users/loupefotografia/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/post-in-full-width/#post-7091588)
 * Status: resolved