Title: Post with Full Width
Last modified: September 10, 2017

---

# Post with Full Width

 *  [caluyadesign](https://wordpress.org/support/users/caluyadesign/)
 * (@caluyadesign)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/post-with-full-width/)
 * Hello, thank you for this amazing theme.
 * I have rather very simple question, but having hard time figuring it out.
    In
   demo, you guys show the Post with Fullwidth, without sidebar- and I wish to do
   this with few of my posts, however the choice to make it fullwidth is not provided
   on the “edit post” page. (I know usually there’s drop down menu where you can
   choose side bar or full width).
 * Do I need to set it up by adding CSS?
    Or am I not seeing the dropdown menu option
   due to the possibility of plugin(s) overwriting the customization options?
 * If you could help me with this I would be much appreciated.
 * Thank you very much!

Viewing 1 replies (of 1 total)

 *  [Rico Mossesgeld](https://wordpress.org/support/users/ricotheque/)
 * (@ricotheque)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/post-with-full-width/#post-9484332)
 * Hi [@caluyadesign](https://wordpress.org/support/users/caluyadesign/), [@ricotheque](https://wordpress.org/support/users/ricotheque/)
   from LyraThemes here.
 * You can do this by adding some CSS (through Appearance > Customize > Additional
   CSS).
 * First, get the ID of the post you want to make full-width.
 * Next, add this:
 *     ```
       .postid-1 .main-column {
       	width: 100%;
       }
   
       .postid-1 .sidebar-column {
       	display: none;
       }
       ```
   
 * Just replace “1” with the ID of your post.
 * Hope this helps!

Viewing 1 replies (of 1 total)

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kale/2.8.2/screenshot.jpg)
 * Kale
 * [Support Threads](https://wordpress.org/support/theme/kale/)
 * [Active Topics](https://wordpress.org/support/theme/kale/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kale/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kale/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rico Mossesgeld](https://wordpress.org/support/users/ricotheque/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/post-with-full-width/#post-9484332)
 * Status: not resolved