Title: Full width blogs
Last modified: August 22, 2016

---

# Full width blogs

 *  [sandyleveque](https://wordpress.org/support/users/sandyleveque/)
 * (@sandyleveque)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/full-width-blogs/)
 * Hi there,
    I’m trying to increase the width of published blog posts as they appear
   very narrow to me.. I set ‘full width’ for blogs in the Customisation section
   for the theme. But the size stayed the same.
 * Here’s an example : [http://theauthorpreneurspotlight.com/tas-ep-004-connecting-to-your-inner-author-jenny-fenings-story/](http://theauthorpreneurspotlight.com/tas-ep-004-connecting-to-your-inner-author-jenny-fenings-story/)
 * Any help gratefully received!

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

 *  [Marko Dimitrijević](https://wordpress.org/support/users/dimikjones/)
 * (@dimikjones)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/full-width-blogs/#post-5955227)
 * Hi, yes, for blog posts, right side is reserved for widgets.
 * You can apply custom css code below with [this](https://wordpress.org/plugins/simple-custom-css/)
   plugin:
 *     ```
       .single .content-area {
            width: 100% !important;
       }
       .single .widget-area {
            display: none;
       }
       ```
   
 * It will remove widget area and set your post to fill that space.
 *  Thread Starter [sandyleveque](https://wordpress.org/support/users/sandyleveque/)
 * (@sandyleveque)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/full-width-blogs/#post-5955246)
 * Excellent, that fixed it. Thanks so much!!

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

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

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [sandyleveque](https://wordpress.org/support/users/sandyleveque/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/full-width-blogs/#post-5955246)
 * Status: not resolved