Title: expanding page width
Last modified: June 28, 2017

---

# expanding page width

 *  [kracker1](https://wordpress.org/support/users/kracker1/)
 * (@kracker1)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/expanding-page-width-2/)
 * hi I am using the Sydney Theme. I do not want a sidebar on any page but I can
   not work out to change the settings.
 * I have removed all widgets etc so the area is blank on each page, the issue is
   how do I resize the text width etc so it covers the whole page not just half.
 * So I want to know the coding I would need to change to extend the screen to full
   width thank you

Viewing 1 replies (of 1 total)

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/expanding-page-width-2/#post-9287367)
 * Hello there,
 * You can do that by adding this extra CSS code to Appearance > Customize > Additional
   CSS from your site dashboard.
 *     ```
       #primary.content-area {
         width: 100%;
       }
   
       #secondary {
         display: none;
       }
       ```
   
 * Regards,
    Kharis

Viewing 1 replies (of 1 total)

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

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

 * 1 reply
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/expanding-page-width-2/#post-9287367)
 * Status: not resolved