Title: Single post full width
Last modified: April 28, 2021

---

# Single post full width

 *  Resolved [Frank P. Walentynowicz](https://wordpress.org/support/users/frankpw/)
 * (@frankpw)
 * [5 years ago](https://wordpress.org/support/topic/single-post-full-width/)
 * How to make single post full width with sidebar already removed?

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [5 years ago](https://wordpress.org/support/topic/single-post-full-width/#post-14375071)
 * Hi Frank,
 * Thanks for using Period!
 * The following CSS will make the posts full width and hide the sidebar:
 *     ```
       .single-post #main {
         width: 100%;
         float: none;
       } 
       .single-post #sidebar {
         display: none;
       }
       ```
   
 * Please copy and paste that code into the Additional CSS section in the Live Customizer(
   Appearance > Customize), and it will take effect right away.
 * You can also find layouts like this and more in [Period Pro](https://www.competethemes.com/period-pro/).
 *  Thread Starter [Frank P. Walentynowicz](https://wordpress.org/support/users/frankpw/)
 * (@frankpw)
 * [5 years ago](https://wordpress.org/support/topic/single-post-full-width/#post-14375683)
 * Thank you Ben. I had to change #sidebar to #sidebar-primary, and it works perfectly.
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [5 years ago](https://wordpress.org/support/topic/single-post-full-width/#post-14377065)
 * Ah good catch! Glad it’s working well for you now.

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

The topic ‘Single post full width’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/single-post-full-width/#post-14377065)
 * Status: resolved