Title: Full width option?
Last modified: August 30, 2016

---

# Full width option?

 *  Resolved [ktankphoto](https://wordpress.org/support/users/ktankphoto/)
 * (@ktankphoto)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-option-3/)
 * It seems that the theme is using a left main section with a right side bar. Anyway
   to make the content full width, no sidebar?

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

 *  Thread Starter [ktankphoto](https://wordpress.org/support/users/ktankphoto/)
 * (@ktankphoto)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-option-3/#post-6691750)
 * I see the stylesheet I just can’t figure out where to adjust it to full width.
   `
   http://ktankphoto.com/giving-back/`
 *  Theme Author [themehit](https://wordpress.org/support/users/themehit/)
 * (@themehit)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-option-3/#post-6691760)
 * You can choose Full Width template per page basis. Not applicable for blog post.
   If you want to remove sidebar site wide, go to “Appearance > Customize > CSS”
   and insert the following code
 *     ```
       .content {
         width: 100%;
         padding-right: 0;
       }
       .sidebar {
         display: none;
       }
       ```
   
 *  Thread Starter [ktankphoto](https://wordpress.org/support/users/ktankphoto/)
 * (@ktankphoto)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-option-3/#post-6691816)
 * Thank you, but while that did make it slightly larger, it did not make it full
   width. Is there another setting I am missing?
 * This is how my custom css code now looks.
 * /*
    Welcome to Custom CSS!
 * To learn how this works, see [http://wp.me/PEmnE-Bt](http://wp.me/PEmnE-Bt)
    */.
   content { width: 100%; padding-right: 0; }
 * .sidebar {
    display: none; }
 *  Thread Starter [ktankphoto](https://wordpress.org/support/users/ktankphoto/)
 * (@ktankphoto)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-option-3/#post-6691817)
 * Okay scratch that, it’s suddenly working, I must’ve just simply needed a refresh.
 * Thank you!

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

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

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

 * 4 replies
 * 2 participants
 * Last reply from: [ktankphoto](https://wordpress.org/support/users/ktankphoto/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-option-3/#post-6691817)
 * Status: resolved