Title: Help with full width template
Last modified: August 21, 2016

---

# Help with full width template

 *  [michaeljamesand](https://wordpress.org/support/users/michaeljamesand/)
 * (@michaeljamesand)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/help-with-full-width-template/)
 * I have been struggling to get content (images, sliders, backgrounds, etc.) to
   display full width when using the full width template.
 * I am using the jobify theme.
 * website (throw away dev name): [http://www.weeerd.com/do-i-qualify/](http://www.weeerd.com/do-i-qualify/)
 * can someone point me in the right direction
 * -M

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

 *  [Dave Naylor](https://wordpress.org/support/users/wpranger/)
 * (@wpranger)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/help-with-full-width-template/#post-4700553)
 * The media queries in your stylesheet are defining a max-width depending on the
   device viewing the page. So your max width for the site is always going to be
   no larger than 1170px.
 * Here’s the CSS:
 *     ```
       @media (min-width: 1200px)
       .container {
       max-width: 1170px;
       }
       ```
   
 *  Thread Starter [michaeljamesand](https://wordpress.org/support/users/michaeljamesand/)
 * (@michaeljamesand)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/help-with-full-width-template/#post-4700556)
 * Thanks for your quick response!
 * The template is able to have the slider fullwidth on the home page:
 * [http://www.weeerd.com](http://www.weeerd.com)
 *  Is there a way to modify the max width to full to fix this?
 * -M

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

The topic ‘Help with full width template’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [michaeljamesand](https://wordpress.org/support/users/michaeljamesand/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/help-with-full-width-template/#post-4700556)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
