Title: 2010 Theme Widening
Last modified: August 19, 2016

---

# 2010 Theme Widening

 *  [dongroff](https://wordpress.org/support/users/dongroff/)
 * (@dongroff)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/2010-theme-widening/)
 * Is it possible to make the 2010 them wider? I have a home search idx framed into
   my site but the left hand side is cut off. There is room to move it over on the
   left but no way to do that.
 * The site is [http://cedarparkrealestate.re512.com](http://cedarparkrealestate.re512.com)
 * Can I do this without messing with CSS… that is over my head and I really do 
   want to use this theme.
 * Any help would be appreciated.

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

 *  Thread Starter [dongroff](https://wordpress.org/support/users/dongroff/)
 * (@dongroff)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/2010-theme-widening/#post-1565759)
 * I am sorry, the page I am talking about on my site is here:
 * [http://cedarparkrealestate.re512.com/search-homes](http://cedarparkrealestate.re512.com/search-homes)
 * Thank you,
 * Don
 *  [jrav001](https://wordpress.org/support/users/jrav001/)
 * (@jrav001)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/2010-theme-widening/#post-1565761)
 * You will have to edit style.css (make a backup in case things go wrong).
 * Find this:
 *     ```
       .one-column #content {
       margin:0 auto;
       width:640px;
       }
       ```
   
 * and replace it with this:
 *     ```
       .one-column #content {
       width:640px;
       }
       ```
   
 * Find this:
 *     ```
       #content {
       margin:0 280px 0 20px;
       }
       ```
   
 * Replace with this:
 *     ```
       #content {
       }
       ```
   
 * Find this:
 *     ```
       #main {
       overflow:hidden;
       padding:40px 0 0;
       }
       ```
   
 * Replace with this:
 *     ```
       #main {
       padding:40px 0 0;
       }
       ```
   
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/2010-theme-widening/#post-1565949)
 * you will not be able to tweak much in a theme without a basic knowledge of css.
 * for this one page only, you could try to add these styles to style.css:
 *     ```
       .page-id-7 #main { overflow: visible; margin-top:20px; }
       .page-id-7 .one-column #content {
       	float:left; margin-left:-30px;
       	width: 960px;}
       .page-id-7 .one-column #content h1 { margin-left:30px; }
       ```
   
 *  [wpweaver](https://wordpress.org/support/users/wpweaver/)
 * (@wpweaver)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/2010-theme-widening/#post-1566058)
 * Don’t know how wide your single page really is, but if you try my new Twenty 
   Ten child theme ([2010 Weaver](http://wordpress.org/extend/themes/2010-weaver)),
   it has wider single-page posts by default, and might work as-is. Just installing
   it and setting it to the Default Twenty Ten theme should look the same as your
   current site, but with wider single-pages. And if you want, you can then easily
   tweak other colors and parts of your site, too – all without needing any real
   CSS changes.

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

The topic ‘2010 Theme Widening’ is closed to new replies.

 * 4 replies
 * 4 participants
 * Last reply from: [wpweaver](https://wordpress.org/support/users/wpweaver/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/2010-theme-widening/#post-1566058)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
