Title: Adjusting Width
Last modified: August 20, 2016

---

# Adjusting Width

 *  [Will Guy](https://wordpress.org/support/users/will-guy/)
 * (@will-guy)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/adjusting-width-1/)
 * Is there a way to adjust the width of this site: [http://iheater.info/](http://iheater.info/),
   so there isn’t that empty space on the right?
 * Appreciate the help.

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

 *  [Hristo Pandjarov](https://wordpress.org/support/users/hristo-sg/)
 * (@hristo-sg)
 * SiteGround Representative
 * [13 years, 5 months ago](https://wordpress.org/support/topic/adjusting-width-1/#post-3286846)
 * Hi,
 * Open your style.css file and change line 342 to:
 *     ```
       #rightcolumn {
           float: right;
           margin: 0 18px 0 0;
           width: 220px;
       }
       ```
   
 * Then change line 336 to:
 *     ```
       #leftcolumn {
           float: left;
           padding: 0;
           width: 740px;
       }
       ```
   
 * I think it looks pretty good that way 🙂
 *  Thread Starter [Will Guy](https://wordpress.org/support/users/will-guy/)
 * (@will-guy)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/adjusting-width-1/#post-3286854)
 * Hristo, I tried that and for some reason it made it absolutely no difference.
 *  [ryanin](https://wordpress.org/support/users/ryanin/)
 * (@ryanin)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/adjusting-width-1/#post-3286855)
 * Will Guy,
 * When you changed the code above, please ctrl +F5 or refresh your cache and reload
   your site. 🙂
 * The code should work.
 * Regards,
 *  Thread Starter [Will Guy](https://wordpress.org/support/users/will-guy/)
 * (@will-guy)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/adjusting-width-1/#post-3286859)
 * Okay now it worked. Thanks very much!

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

The topic ‘Adjusting Width’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [Will Guy](https://wordpress.org/support/users/will-guy/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/adjusting-width-1/#post-3286859)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
