Title: 2 post view
Last modified: November 16, 2018

---

# 2 post view

 *  [killiangavin](https://wordpress.org/support/users/killiangavin/)
 * (@killiangavin)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/2-post-view/)
 * Hi there,
 * I don’t want a sidebar on my homepage, when I remove the widgets it no longer
   shows the sidebar, but it still shows an empty space where it used to be. I would
   like the 2 posts in the feed to be centered on the page. How do I achieve this?
 * Is there a way to have the side bar visible when viewing single posts (as in 
   reading a blog page)? I would like to have it on here.
 * Many thanks,
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2F2-post-view%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/2-post-view/#post-10890764)
 * Hi there,
 * Thank you for getting in touch with us.
 * To remove sidebar and make blog feed full width you need to add this style to
   Appearance → Customize → Additional CSS section:
 *     ```
       .home .main-column.col-md-8 {
           width: 100%;
       }
   
       .home .sidebar.sidebar-column {
           display: none;
       }
       ```
   
 * You can display the sidebar on single post. In order to do this you need to make
   sure the “Layout” option inside Appearance → Customize → Posts section is set
   to layout with sidebar icon. See this screenshot as reference: [http://prntscr.com/ljjdlx](http://prntscr.com/ljjdlx)
 * Best

Viewing 1 replies (of 1 total)

The topic ‘2 post view’ 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: [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/2-post-view/#post-10890764)
 * Status: not resolved