Title: Make Post page Full Width
Last modified: August 21, 2016

---

# Make Post page Full Width

 *  Resolved [darshan.cws](https://wordpress.org/support/users/darshancws/)
 * (@darshancws)
 * [12 years ago](https://wordpress.org/support/topic/make-post-page-full-width/)
 * The Post page has empty space in the right side. I wish to make it fullwidth.
 * All the content of post is to the left side the right side is empty
 * Please Help.

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years ago](https://wordpress.org/support/topic/make-post-page-full-width/#post-4918051)
 * Do not edit the theme itself. First [create a child theme for your changes](http://codex.wordpress.org/Child_Themes).
   Or install a [custom CSS plugin](http://wordpress.org/extend/plugins/search.php?q=custom+css).
 *  [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [12 years ago](https://wordpress.org/support/topic/make-post-page-full-width/#post-4918155)
 * Empty space on the right side means that you don’t have any widgets published
   to the Blog Right sidebar.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [12 years ago](https://wordpress.org/support/topic/make-post-page-full-width/#post-4918158)
 * please post a live link to your site if you need help with formatting problems,
   like stretching the content over the full width.
 *  Thread Starter [darshan.cws](https://wordpress.org/support/users/darshancws/)
 * (@darshancws)
 * [12 years ago](https://wordpress.org/support/topic/make-post-page-full-width/#post-4918195)
 * Yes, I dont want to use Sidebars in my post pages & make them full width.
 * Kindly Help
 *  [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [12 years ago](https://wordpress.org/support/topic/make-post-page-full-width/#post-4918220)
 * First thing…install the child theme for this theme. It’s located in the “child-
   theme” folder of your theme files. Activate it. Then copy the parent theme’s 
   index.php into the child theme (where you see the style.css file).
 * Edit this file in the child theme by removing this:
 *     ```
       <div class="col-md-4">
         <aside id="cir-right" role="complementary">
         <?php get_sidebar( 'right' ); ?>
         </aside>
       </div>
       ```
   
 * Then change the col-md-8 class of the other container to be col-md-12
 * You are going to have to do the same thing for other files that have this kind
   of layout, like the “archive.php” and any others you want full width, including
   the single.php file too.
 * You’ve got some work to do here for a full width blog based layout.

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

The topic ‘Make Post page Full Width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/circumference-lite/3.0.5/screenshot.
   png)
 * Circumference Lite
 * [Support Threads](https://wordpress.org/support/theme/circumference-lite/)
 * [Active Topics](https://wordpress.org/support/theme/circumference-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/circumference-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/circumference-lite/reviews/)

## Tags

 * [post page](https://wordpress.org/support/topic-tag/post-page/)

 * 5 replies
 * 4 participants
 * Last reply from: [Styled Themes](https://wordpress.org/support/users/gejay/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/make-post-page-full-width/#post-4918220)
 * Status: resolved