Title: Full page width
Last modified: November 25, 2016

---

# Full page width

 *  [farhan786](https://wordpress.org/support/users/farhan786/)
 * (@farhan786)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-page-width-4/)
 * On a page it shows only “Default template” no option for full width page.
 * How do I make a full width page? Because annoying sidebar is in the way.

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

 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-page-width-4/#post-6804768)
 * Hello,
 * Can you provide the link to your site so that i can help you regarding that.
 * Thank you.
 *  Thread Starter [farhan786](https://wordpress.org/support/users/farhan786/)
 * (@farhan786)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-page-width-4/#post-6804775)
 * jannahrelief.com
 * i want full width on “forums”.
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-page-width-4/#post-6804786)
 * Hello,
 * You can try this in your Custom CSS to make the “Forums” page full width:
 *     ```
       .page-id-31 .container {
           max-width: 1335px;
           width: 100%;
       }
       ```
   
 * Thank you.
 *  Thread Starter [farhan786](https://wordpress.org/support/users/farhan786/)
 * (@farhan786)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-page-width-4/#post-6804809)
 * i dont have custom css, so where should i put the code? which css page?
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-page-width-4/#post-6804816)
 * Hello,
 * If you don’t have Custom CSS you can try this link for more information:
 * _[ Moderator note: link redacted, please do not send people to your site that
   way. ]_
 * Hope that helps you, feel free to ask if there is any other problem.
 * Thank you.
    -  This reply was modified 9 years, 6 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 *  Thread Starter [farhan786](https://wordpress.org/support/users/farhan786/)
 * (@farhan786)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-page-width-4/#post-6804819)
 * Ok I have added the custom CSS, The forum is bigger.
 * But I want the sidebar removed. THe one that says “recent posts” “Pages” etc.
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-page-width-4/#post-6804845)
 * Hello,
 * You need to try this in your Custom CSS to remove the sidebar:
 *     ```
       .page-id-31 .column-4-12.right {
           display: none;
       }
       .page-id-31 .column-8-12.left {
           max-width: 1335px;
           width: 100%;
       }
       .page-id-31 .section-inner-page .page-container {
           margin: 0;
       }
       ```
   
 * Thank you.
 *  Thread Starter [farhan786](https://wordpress.org/support/users/farhan786/)
 * (@farhan786)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-page-width-4/#post-6804877)
 * THanks
 * What about disabling footer on that specific page?
 *  Thread Starter [farhan786](https://wordpress.org/support/users/farhan786/)
 * (@farhan786)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-page-width-4/#post-6804898)
 * Also the footer keeps having things like “Categories” and gives me no option 
   to remove specifically just category. How do I do that too?
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-page-width-4/#post-6804901)
 * Hello,
 * You can change those from your Dashboard > Appearance > Widget > Footer widget.
 * Thank you.

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

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

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

 * 10 replies
 * 2 participants
 * Last reply from: [Sam](https://wordpress.org/support/users/soumendra/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/full-page-width-4/#post-6804816)
 * Status: not resolved