Title: full width blog posts
Last modified: August 12, 2018

---

# full width blog posts

 *  [elyshaplace](https://wordpress.org/support/users/elyshaplace/)
 * (@elyshaplace)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-blog-posts/)
 * Hi,
 * I’m trying to remove the sidebar from single blog posts
 * Thank you,
    Elysha
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffull-width-blog-posts%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-blog-posts/#post-10584746)
 * Hi,
    please have a look here [https://wordpress.org/support/topic/how-to-make-my-blog-posts-full-width-again-page-attributes/](https://wordpress.org/support/topic/how-to-make-my-blog-posts-full-width-again-page-attributes/)
 *  Thread Starter [elyshaplace](https://wordpress.org/support/users/elyshaplace/)
 * (@elyshaplace)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-blog-posts/#post-10584754)
 * Yes I tried that already, it didn’t work
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-blog-posts/#post-10585874)
 * Hi,
    you will need to replace XX with your Post ID ([https://www.cssigniter.com/kb/how-to-find-the-post-id/](https://www.cssigniter.com/kb/how-to-find-the-post-id/)).
   If you need to apply this everywhere (in all posts) try this
 *     ```
       .single #site-content .col-md-4{
       display:none;
       }
       .single #site-content .col-md-8{
       width:100%;
       }
       ```
   
 * in your custom CSS box

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

The topic ‘full width blog posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

## Tags

 * [blog post](https://wordpress.org/support/topic-tag/blog-post/)
 * [remove sidebar](https://wordpress.org/support/topic-tag/remove-sidebar/)
 * [single post](https://wordpress.org/support/topic-tag/single-post/)

 * 3 replies
 * 2 participants
 * Last reply from: [Fotis](https://wordpress.org/support/users/markwaregr/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/full-width-blog-posts/#post-10585874)
 * Status: not resolved