Title: Margin Spaces
Last modified: August 20, 2016

---

# Margin Spaces

 *  Resolved [financialfergy](https://wordpress.org/support/users/financialfergy/)
 * (@financialfergy)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/margin-spaces/)
 * I’m new but I have spaces to the left and right of my webpage in which I can 
   only assume to be margins. If it were a square monitor I’m sure it would fill
   nicely but I’d like my site to look good on widescreen since that’s what all 
   monitors are these days.
 * My site is:
 * [http://www.fergusonfinancial.ca/](http://www.fergusonfinancial.ca/)
 * Please help and go slow, I’m very new.
 * Devon

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

 *  [enriksen](https://wordpress.org/support/users/enriksen/)
 * (@enriksen)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/margin-spaces/#post-3429980)
 *     ```
       #container {
       max-width: 960px;  <<<< Remove this
       padding: 0 15px;
       margin: 0 auto;
       }
       ```
   
 * Change this:
 *     ```
       .two-col-r .content, .two-col-l .content {
       max-width: 650px;
       width: 68%;
       padding-top: 30px;
       }
       ```
   
 * To this:
 *     ```
       .two-col-r .content, .two-col-l .content {
       max-width: 950px;
       width: 68%;
       padding-top: 30px;
       }
       ```
   
 * Change this:
 *     ```
       .sidebar-container {
       overflow: visible;
       max-width: 270px;
       width: 28%;
       padding-top: 30px;
       }
       ```
   
 * To this:
 *     ```
       .sidebar-container {
       overflow: visible;
       max-width: 450px;
       width: 28%;
       padding-top: 30px;
       }
       ```
   
 * I think that is what you want.
    Full width.
 *  Thread Starter [financialfergy](https://wordpress.org/support/users/financialfergy/)
 * (@financialfergy)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/margin-spaces/#post-3430015)
 * Perfect, thank you!

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

The topic ‘Margin Spaces’ is closed to new replies.

## Tags

 * [left](https://wordpress.org/support/topic-tag/left/)
 * [margins](https://wordpress.org/support/topic-tag/margins/)
 * [right](https://wordpress.org/support/topic-tag/right/)
 * [spaces](https://wordpress.org/support/topic-tag/spaces/)
 * [webpage](https://wordpress.org/support/topic-tag/webpage/)
 * [widescreen](https://wordpress.org/support/topic-tag/widescreen/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [financialfergy](https://wordpress.org/support/users/financialfergy/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/margin-spaces/#post-3430015)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
