Title: Patchwork Theme Page Width Template
Last modified: August 20, 2016

---

# Patchwork Theme Page Width Template

 *  Resolved [dantemer](https://wordpress.org/support/users/dantemer/)
 * (@dantemer)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/patchwork-theme-page-width-template/)
 * Looking to see how to create a template that allows the page to take up the entire
   monitor width. I’ve created a new template file and can apply to the page, but
   can not find the specific code that controls the width of the page content. Thanks.
 * [http://wordpress.org/extend/themes/patchwork/](http://wordpress.org/extend/themes/patchwork/)

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/patchwork-theme-page-width-template/#post-3025820)
 * please post a link to a page which is using the template, to illustrate the problem.
 * for fundamental formatting problems like this, try working with a browser tool(
   such as Firebug [http://getfirebug.com/](http://getfirebug.com/)) to investigate
   the involved css styles.
 *  Thread Starter [dantemer](https://wordpress.org/support/users/dantemer/)
 * (@dantemer)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/patchwork-theme-page-width-template/#post-3025821)
 * Site is: [http://www.nostalgia-now.com/test-shop/](http://www.nostalgia-now.com/test-shop/)
 * Tested in IE, Chrome, Firefox and with two different cart scripts @ 1280 x 1024
   resolution. I can not get the page to take the entire width of the screen and
   the cart displays a scroll link on the bottom.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 7 months ago](https://wordpress.org/support/topic/patchwork-theme-page-width-template/#post-3025822)
 * Are you using a Child Theme or have you a custom style/css plugin?
 *  [CodeBotics](https://wordpress.org/support/users/codebotics/)
 * (@codebotics)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/patchwork-theme-page-width-template/#post-3025823)
 * Just to clarify, are you trying to make the post with “Test Shop” as the title
   take up the entire page width? Or just take up the 1000px container in the middle?
 * This:
    [http://www.codebotics.co.uk/files/1.png&#8221](http://www.codebotics.co.uk/files/1.png&#8221);
   or this: [http://www.codebotics.co.uk/files/2.png&#8221](http://www.codebotics.co.uk/files/2.png&#8221);
 *  Thread Starter [dantemer](https://wordpress.org/support/users/dantemer/)
 * (@dantemer)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/patchwork-theme-page-width-template/#post-3025824)
 * “are you trying to make the post with “Test Shop” as the title take up the entire
   page width?” Yes as shown in the second pic posted.
 *  Thread Starter [dantemer](https://wordpress.org/support/users/dantemer/)
 * (@dantemer)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/patchwork-theme-page-width-template/#post-3025825)
 * Here is what I have, I believe all I’m missing is how to call the proper container
   style in the template.
    1) I created a new page template, specifically for the
   store. 2) I located the CSS style and added the following: #store { width: 90%;
   margin: 0 auto;}
 * Just not clear on how to call the #store style.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/patchwork-theme-page-width-template/#post-3025828)
 * there is no css id `#store` in that linked page.
 * try to add something like this to style.css:
 *     ```
       .page-template-page-nosidenocomm-php #primary { width: 100%; }
       .page-template-page-nosidenocomm-php article { padding: 10px; }
       ```
   
 * the second line is optional.
 *  Thread Starter [dantemer](https://wordpress.org/support/users/dantemer/)
 * (@dantemer)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/patchwork-theme-page-width-template/#post-3025833)
 * alchymyth – Works perfect, thanks!

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

The topic ‘Patchwork Theme Page Width Template’ is closed to new replies.

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

 * 8 replies
 * 4 participants
 * Last reply from: [dantemer](https://wordpress.org/support/users/dantemer/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/patchwork-theme-page-width-template/#post-3025833)
 * Status: resolved