Title: Post without sidebar
Last modified: August 21, 2016

---

# Post without sidebar

 *  Resolved [V0ld3m0rt](https://wordpress.org/support/users/v0ld3m0rt/)
 * (@v0ld3m0rt)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/post-without-sidebar/)
 * Hi, this theme is awsome. Anyway I am trying to have sigle posts without sidebar
   but can’t get it work. Which file should I modify to get it work? Page without
   sidebar works fine, I am noob in php so thats why I can’t figure it out.

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

 *  Theme Author [MyThemeShop](https://wordpress.org/support/users/mythemeshop/)
 * (@mythemeshop)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/post-without-sidebar/#post-4236176)
 * hi, you need to remove this code from single.php file
 *     ```
       <!-- Start Sidebar -->
       		<?php get_sidebar(); ?>
       		<!-- End Sidebar -->
       ```
   
 * after that add below CSS in Theme Options Panel >> Styling >> Custom CSS
 *     ```
       .single .article {
       width: 100%;
       }
       ```
   
 *  Thread Starter [V0ld3m0rt](https://wordpress.org/support/users/v0ld3m0rt/)
 * (@v0ld3m0rt)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/post-without-sidebar/#post-4236236)
 * It works like a charm. Thanks for help.

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

The topic ‘Post without sidebar’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [V0ld3m0rt](https://wordpress.org/support/users/v0ld3m0rt/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/post-without-sidebar/#post-4236236)
 * Status: resolved