Title: adjusting width problems.
Last modified: August 19, 2016

---

# adjusting width problems.

 *  Resolved [Kevin Kwok](https://wordpress.org/support/users/queesy/)
 * (@queesy)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/adjusting-width-problems/)
 * My site: ampersandbox.net
    Originally the width was 940px but I want to make 
   it 1120px So opening the css file I extended the width accordingly, everywhere
   i saw 940px i switch it to 1120px;
 * However the location of the photos did not move so I added a margin-left:-90px;
   since going from 940 to 1120 extends 90px out left and right.
 * Once i did that theres a white bar that appears over my thumbnails, im not sure
   why I have looked through all the files searching for 940px but came up empty.
   Someone please help me! thank you!

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/adjusting-width-problems/#post-1261486)
 * Can’t see any obvious white bars. Did you fix this?
 *  Thread Starter [Kevin Kwok](https://wordpress.org/support/users/queesy/)
 * (@queesy)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/adjusting-width-problems/#post-1261526)
 * still have not fixed this =(
    I took a screen shot and circled here: [http://img217.imageshack.us/img217/8198/fixf.jpg](http://img217.imageshack.us/img217/8198/fixf.jpg)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/adjusting-width-problems/#post-1261529)
 * That’s not a white bar, your leftmost images are being pushed off the left edge
   of the page by your -90px left margin:
 *     ```
       #content {
       float:none;
       margin:0 0 0 -90px;
       width:1120px;
       }
       ```
   
 * Change that to `margin:0;` and the images appear correctly.
 *  Thread Starter [Kevin Kwok](https://wordpress.org/support/users/queesy/)
 * (@queesy)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/adjusting-width-problems/#post-1261531)
 * oh I know i want the images in that spot i made it go -90px but theres that white
   space on top. I basically want the align the images to that black line on the
   header
 * thanks for responding! =)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/adjusting-width-problems/#post-1261537)
 * Try changing:
 *     ```
       #header {
       margin:0 auto;
       padding:20px 0;
       position:relative;
       z-index:20;
       }
       ```
   
 * to
 *     ```
       #header {
       margin:0 auto;
       padding:20px 0 0;
       position:relative;
       z-index:20;
       }
       ```
   
 * and remove `.home #content` from
 *     ```
       .msie #content, .single #content, .home #content, .page #content {
       padding-top:20px;
       }
       ```
   
 *  Thread Starter [Kevin Kwok](https://wordpress.org/support/users/queesy/)
 * (@queesy)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/adjusting-width-problems/#post-1261543)
 * thank you! i tried those fixes but still has white area =( not sure whats wrong,
   could it be that there are other files still at the fixed width of 940px?
 *  Thread Starter [Kevin Kwok](https://wordpress.org/support/users/queesy/)
 * (@queesy)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/adjusting-width-problems/#post-1261607)
 * any one else know how i can fix this problem?
 *  Thread Starter [Kevin Kwok](https://wordpress.org/support/users/queesy/)
 * (@queesy)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/adjusting-width-problems/#post-1261609)
 * problem solved! there was additional css file with width still set to 940px… 
   phew that took all day. thank you for helping esmi

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

The topic ‘adjusting width problems.’ is closed to new replies.

## Tags

 * [width problem](https://wordpress.org/support/topic-tag/width-problem/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 2 participants
 * Last reply from: [Kevin Kwok](https://wordpress.org/support/users/queesy/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/adjusting-width-problems/#post-1261609)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
