Title: Position page container!
Last modified: August 30, 2016

---

# Position page container!

 *  Resolved [sophie](https://wordpress.org/support/users/sophiewordpress5/)
 * (@sophiewordpress5)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/position-page-container/)
 * I am trying to position the main content on my about page. How do I do this without
   affecting the whole site?
 * The page is:
 * [http://betterdecoratingbible.com/about/](http://betterdecoratingbible.com/about/)
 * Please let me know, I am sure there is a simple solution but I am bad at CSS 
   and PHP. Thanks!

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

 *  [codeManiac](https://wordpress.org/support/users/codemaniac/)
 * (@codemaniac)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/position-page-container/#post-6777985)
 * Hey sophie !
 * Now I know where to go if I need new interior design :-D.
    Anyway, in your style.
   css modify this :
 *     ```
       .one-column #content {
           margin: 0 16% 0 21%;
           width: 100%;
       }
       ```
   
 * to become :
 *     ```
       .one-column #content {
           margin: 0 auto;
           width: 100%;
       }
       ```
   
 * Cheers !
 *  Thread Starter [sophie](https://wordpress.org/support/users/sophiewordpress5/)
 * (@sophiewordpress5)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/position-page-container/#post-6778055)
 * Hi,
 * Thanks for replying and pointing me in the right direction! Using auto didn’t
   center it completely so I played around a bit and this code worked perfectly:
 * .one-column #content {
    margin: 0 -100px; width: 100%; }
 * Cheers! ;))

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

The topic ‘Position page container!’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [sophie](https://wordpress.org/support/users/sophiewordpress5/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/position-page-container/#post-6778055)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
