Title: Remove sidebars from posts
Last modified: August 31, 2016

---

# Remove sidebars from posts

 *  Resolved [wertygor](https://wordpress.org/support/users/wertygor/)
 * (@wertygor)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-sidebars-from-posts/)
 * When i remove sidebar, post is fullwidth but ther is vertical line through whole
   page. How can i remove it?

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

 *  [airportjule](https://wordpress.org/support/users/airportjule/)
 * (@airportjule)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-sidebars-from-posts/#post-7292239)
 * Do you have a link to the site you can share? I’m a WordPress expert and can 
   take a look and see if it’s something simple for you.
 *  Thread Starter [wertygor](https://wordpress.org/support/users/wertygor/)
 * (@wertygor)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-sidebars-from-posts/#post-7292248)
 * [http://retreat.hardkon.pl/2015/pierwsza-ucieczka-pierwszy-powrot/](http://retreat.hardkon.pl/2015/pierwsza-ucieczka-pierwszy-powrot/)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-sidebars-from-posts/#post-7292348)
 * it is in the CSS style.css of your theme:
 *     ```
       #page-entry-content:before, #blog-entry-content:before {
           background-color: #ccc;
           content: "";
           height: 100%;
           position: absolute;
           right: 25%;
           top: 0;
           width: 1px;
       }
       ```
   
 * to overwrite it, i.e. to remove the vertical line, add this into style.css of
   a child theme or via a cudtom CSS plugin:
 *     ```
       #page-entry-content:before, #blog-entry-content:before { display: none; }
       ```
   
 *  Thread Starter [wertygor](https://wordpress.org/support/users/wertygor/)
 * (@wertygor)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-sidebars-from-posts/#post-7292386)
 * Thank you very much Michael: it works.

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

The topic ‘Remove sidebars from posts’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [wertygor](https://wordpress.org/support/users/wertygor/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/remove-sidebars-from-posts/#post-7292386)
 * Status: resolved