Title: one-column page
Last modified: August 19, 2016

---

# one-column page

 *  Resolved [Marcel Brinkkemper](https://wordpress.org/support/users/macbrink/)
 * (@macbrink)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/one-column-page/)
 * The content div in the _One-column, no side bar_ page template seems to have 
   the width of the content div with a sidebar. Only the div in centered. This looks
   kinda awkward.
    Isn’t it supposed to be full width of the container?

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

 *  [Equal](https://wordpress.org/support/users/equalmark/)
 * (@equalmark)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/one-column-page/#post-1853670)
 * If you could provide a link to the issue as well as the theme you are using etc.
   this may help in providing a solution.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/one-column-page/#post-1853683)
 * this is intended:
 * see this style in style.css:
 *     ```
       /*
       LAYOUT: One column, no sidebar
       DESCRIPTION: One centered column with no sidebar
       */
   
       .one-column #content {
       	margin: 0 auto;
       	width: 640px;
       }
       ```
   
 * change the width to what you want; for instance:
    `width: 100%;`
 * btw:
    do not edit the Twenty Ten, as this theme as the default theme of wp3 will
   be overwritten with the next upgrade/update of wp; and all modifications will
   be lost. consider creating a child theme: [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)

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

The topic ‘one-column page’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/one-column-page/#post-1853683)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
