Title: Remove Background
Last modified: August 21, 2016

---

# Remove Background

 *  [jpope2012](https://wordpress.org/support/users/jpope2012/)
 * (@jpope2012)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-background-2/)
 * Hey everyone,
 * I’m wondering if it is possible to remove the background (whether it’s a background
   image or only a background color) from my webpage, so that the content and sidebars
   take up the entire screen. I have a feeling this would have to do with eliminating
   margins, but I’m not 100% sure how to go about it.
 * For reference: nuparc.org
 * I’m looking at the empty white space on either side of the content.
 * Thanks!

Viewing 1 replies (of 1 total)

 *  [Jan Hoek](https://wordpress.org/support/users/janhoekdotcom/)
 * (@janhoekdotcom)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-background-2/#post-4867428)
 * Try this
 * Look for #wrapper in your themes/pinboard/style.css and change it with
 *     ```
       #wrapper {	 
       position: relative;
       max-width: 100%;
       padding: 0 2%;
       margin: 0 auto;
       overflow: hidden;
       }
       ```
   
 * And you need a bigger header image

Viewing 1 replies (of 1 total)

The topic ‘Remove Background’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Jan Hoek](https://wordpress.org/support/users/janhoekdotcom/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/remove-background-2/#post-4867428)
 * Status: not resolved