Title: Make theme full width
Last modified: August 31, 2016

---

# Make theme full width

 *  [susan-bates](https://wordpress.org/support/users/susan-bates/)
 * (@susan-bates)
 * [10 years ago](https://wordpress.org/support/topic/make-theme-full-width-1/)
 * How do I made the theme full width?
 * Many thanks for any help.

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

 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [10 years ago](https://wordpress.org/support/topic/make-theme-full-width-1/#post-7389494)
 * Hi again. 🙂
 * Sketch has a “Full Width, No Sidebar” page template that you can assign to any
   page that you wish to be full width.
 * To assign a page template, select the option to Edit while viewing a page as 
   an admin and then select from the “Template” drop down menu in the “Page Attributes”
   module on the right.
 * Hope that’s helpful! Let me know if it’s not quite what you were after.
 *  Thread Starter [susan-bates](https://wordpress.org/support/users/susan-bates/)
 * (@susan-bates)
 * [10 years ago](https://wordpress.org/support/topic/make-theme-full-width-1/#post-7389559)
 * I meant that the body would extend to the edge of the screen.
 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [10 years ago](https://wordpress.org/support/topic/make-theme-full-width-1/#post-7389568)
 * If you’d like to extent the main content of your site then you could add some
   CSS to your child theme’s style.css file:
 *     ```
       @media screen and (min-width: 75em) {
       .site {
            padding-left: 0px;
           padding-right: 0px;
       }
       }
       ```
   
 * You can increase the values of `padding-left` and `padding-right` if you’d like
   some more spacing.
 *  [30under40](https://wordpress.org/support/users/30under40/)
 * (@30under40)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/make-theme-full-width-1/#post-8440829)
 * Hello! I can’t see to find the option to do that for the home page?
 * Thanks so much,
    Jess

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

The topic ‘Make theme full width’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [30under40](https://wordpress.org/support/users/30under40/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/make-theme-full-width-1/#post-8440829)
 * Status: not resolved