Title: Full width post &amp; pages
Last modified: August 31, 2016

---

# Full width post & pages

 *  Resolved [gnewby](https://wordpress.org/support/users/gnewby/)
 * (@gnewby)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/full-width-post-pages-1/)
 * Hi, is it possible with Pinnacle to have full width posts & pages? Or at least
   wider than it is? I’ve unselected the sidebar and the content is wider but it
   still does not reach the edges of the screen. Hopefully this can be controlled
   by css. Is there any reason why (for example problems with responsiveness) that
   this wouldn’t be a good idea. Also, it would be nice to be able to control this
   on a page/post by page/post basis, haha yes this is asking a lot but it won’t
   hurt to ask!

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

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/full-width-post-pages-1/#post-7145040)
 * Hey Gnewby,
    This css should do what you want:
 *     ```
       .container {
           width: 100%;
       }
       ```
   
 * If you want to make it page specific you would just need to add the page id. 
   See this tutorial for finding page id’s: [https://www.youtube.com/watch?v=fLg2T1AvmFE](https://www.youtube.com/watch?v=fLg2T1AvmFE)
   
   Another option would be to just use page builder ( [https://wordpress.org/plugins/siteorigin-panels/](https://wordpress.org/plugins/siteorigin-panels/))
   and set the row to full width stretched. Hope that helps!
 * Hannah
 *  Thread Starter [gnewby](https://wordpress.org/support/users/gnewby/)
 * (@gnewby)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/full-width-post-pages-1/#post-7145046)
 * Thanks, that was easy! Works great.
 * I’m going to try page builder now.
 *  [sruddy](https://wordpress.org/support/users/sruddy/)
 * (@sruddy)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/full-width-post-pages-1/#post-8723052)
 * Can you post the CSS as above only with a page id inserted? I don’t know how 
   to add the page id to the code.
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/full-width-post-pages-1/#post-8723156)
 * Hey Sruddy,
    An example would look like this:
 *     ```
       .page-id-76 .container {
           width: 100%;
       }
       ```
   
 * But each page is different. If you start a new thread and post a link I can help.
 * Hannah
 *  [sruddy](https://wordpress.org/support/users/sruddy/)
 * (@sruddy)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/full-width-post-pages-1/#post-8726355)
 * Thanks Hannah! here is the new thread. [https://wordpress.org/support/topic/i-want-to-create-a-full-width-page/#new-post](https://wordpress.org/support/topic/i-want-to-create-a-full-width-page/#new-post)
 *  [ascol11](https://wordpress.org/support/users/ascol11/)
 * (@ascol11)
 * [9 years ago](https://wordpress.org/support/topic/full-width-post-pages-1/#post-9242206)
 * Hi Hannah,
 * Is there a way to have that feature across every blog article I create?
 * I tried
 * .single.php .container {
    width: 100%; }
 * and it did not work.
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [9 years ago](https://wordpress.org/support/topic/full-width-post-pages-1/#post-9242307)
 * Hello Ascol,
 * This is a very old thread, please start a new thread here:
    [https://wordpress.org/support/theme/pinnacle](https://wordpress.org/support/theme/pinnacle)
 * Thanks,
    Kevin
    -  This reply was modified 9 years ago by [Kevin](https://wordpress.org/support/users/jx-3p/).

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

The topic ‘Full width post & pages’ is closed to new replies.

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

 * 7 replies
 * 5 participants
 * Last reply from: [Kevin](https://wordpress.org/support/users/jx-3p/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/full-width-post-pages-1/#post-9242307)
 * Status: resolved