Title: Full width posts
Last modified: November 6, 2017

---

# Full width posts

 *  Resolved [antoniocarloslima](https://wordpress.org/support/users/antoniocarloslima/)
 * (@antoniocarloslima)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/full-width-posts-11/)
 * Dear,
 * I would like posts in full width style. How to do this?
 * Thank you

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

 *  [harshvardhan singh](https://wordpress.org/support/users/wpcoderguy/)
 * (@wpcoderguy)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/full-width-posts-11/#post-9657787)
 * Hello,
 * Thanks for contacting us.
 * Please send page detail which page you want full-width, Is it blog post page 
   or single blog post page.
 * Kindly, Share your website URL so I can check and help with the issue.
 * Looking forward to your reply.
 * Thanks
 *  Thread Starter [antoniocarloslima](https://wordpress.org/support/users/antoniocarloslima/)
 * (@antoniocarloslima)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/full-width-posts-11/#post-9657800)
 * When I create an individual post (not a page), there is a sidebar there. I wish
   this post did not have a sidebar, ie, it was like a page, full width.
 *  [harshvardhan singh](https://wordpress.org/support/users/wpcoderguy/)
 * (@wpcoderguy)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/full-width-posts-11/#post-9657866)
 * Hello,
 * Thanks for contacting us.
 * You can do it using child theme
 * Please go through this document for creating child theme [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
   and [http://docs.themeisle.com/article/14-how-to-create-a-child-theme](http://docs.themeisle.com/article/14-how-to-create-a-child-theme)
   then you can override parent theme content-single.php and content-single-download.
   php files and modify it as per your liking.
 * For Override file in the child theme please check this document
    [https://code.tutsplus.com/tutorials/a-guide-to-overriding-parent-theme-functions-in-your-child-theme–cms-22623](https://code.tutsplus.com/tutorials/a-guide-to-overriding-parent-theme-functions-in-your-child-theme–cms-22623)
 * or you can use the following CSS code to do it
    Please go to Appearance > Customize
   > Additional CSS from past below code.
 *     ```
       .single.single-post #sidebar-secondary {
           display: none;
       }
   
       .single.single-post #primary {
       width:100%;
       }
       ```
   
 * Hope you find the above information helpful.
 * Thanks
    -  This reply was modified 8 years, 7 months ago by [harshvardhan singh](https://wordpress.org/support/users/wpcoderguy/).
    -  This reply was modified 8 years, 7 months ago by [harshvardhan singh](https://wordpress.org/support/users/wpcoderguy/).

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

The topic ‘Full width posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/llorix-one-lite/0.2.17/screenshot.
   png)
 * Llorix One Lite
 * [Support Threads](https://wordpress.org/support/theme/llorix-one-lite/)
 * [Active Topics](https://wordpress.org/support/theme/llorix-one-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/llorix-one-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/llorix-one-lite/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [harshvardhan singh](https://wordpress.org/support/users/wpcoderguy/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/full-width-posts-11/#post-9657866)
 * Status: resolved