Title: Full width not full-width?
Last modified: August 30, 2016

---

# Full width not full-width?

 *  Resolved [dchymko](https://wordpress.org/support/users/dchymko/)
 * (@dchymko)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-not-full-width/)
 * Hey Ben,
 * Love this theme so far. I just found one small issue with ti. On the “Full Width
   Image” template, the image doesn’t seem to go full width on all screens (larger
   displays). I can’t seem to get this to work, no matter what size image I upload
   or what I set for the “Featured Image Size” setting.
 * Screen shot:
    [http://imgur.com/t7ACHUU](http://imgur.com/t7ACHUU)
 * site: [http://darylchymko.ca](http://darylchymko.ca)

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-not-full-width/#post-6798681)
 * Hi Daryl,
 * Thanks so much for upgrading!
 * I see what you mean about the image. I will fix this in the next update for Founder
   Pro, so the image will always reach the edge of the screen (in both templates).
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-not-full-width/#post-6798683)
 *     ```
       @media (min-width: 75em)
       .full-width-image-page .featured-image, .full-width-image-post .featured-image, .title-overlay-page .featured-image, .title-overlay-post .featured-image {
           width: 280%;
           left: -86.25%;
           padding-bottom: 100.3%;
       }
       ```
   
 * if you just crank up the width and left position on the above css it gets bigger.
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-not-full-width/#post-6798689)
 * That is true, but it is not a responsive solution. This only fits it to one screen
   size (due to the max-width property on a parent element), so it gets cropped 
   and sometimes doesn’t fill the screen still.
 * I’ll have a fix in the next update that will keep it fitting perfectly at screen
   sizes above 1400px.
 *  Thread Starter [dchymko](https://wordpress.org/support/users/dchymko/)
 * (@dchymko)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-not-full-width/#post-6798690)
 * Sweet, thanks for the quick response!
 * While we’re on the topic of featured images, it would be cool if the full width
   and cover templates used the ‘featured image size’ setting too.
 * Love the theme so far!
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-not-full-width/#post-6798692)
 * [@ben](https://wordpress.org/support/users/ben/), this is true. I personally 
   like to use inline css and the ‘background-image’ property to do full width responsive
   images.
 * I usually develop on a 1920 x 1080 monitor and sometimes forget that the most
   widely used display is the 1366 x 768 (minus mobile devices of course)
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-not-full-width/#post-6798722)
 * @dchymoko
 * Sure thing! That’s a good idea, I’ll make the template page featured images start
   using the featured image size too in the next update. It should be available 
   early next week.
 * [@mr](https://wordpress.org/support/users/mr/). Case
 * I see, thanks for the sharing the snippet anyway!

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

The topic ‘Full width not full-width?’ is closed to new replies.

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

 * 6 replies
 * 3 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-not-full-width/#post-6798722)
 * Status: resolved