Title: resolution problem
Last modified: August 19, 2016

---

# resolution problem

 *  [tallevi12](https://wordpress.org/support/users/tallevi12/)
 * (@tallevi12)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/resolution-problem-1/)
 * hello everybody ,
    i have problem – computer with 800X600 resolution cant see
   my all site in internet explorer my website : [http://deven.co.il/](http://deven.co.il/)
   in google chrome the user can move right to see the side bar , but it cant in
   explorer , what can i do to change it?

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/resolution-problem-1/#post-1675303)
 * edit style.css, and find:
 *     ```
       #page {
       	background-color: white;
       	margin: 20px auto;
       	padding: 0;
       	width: 760px;
       	border: 1px solid #959596;
       	}
       ```
   
 * change the padding line to `padding: 0 160px 0 0;`.
 * the style should then look like:
 *     ```
       #page {
       	background-color: white;
       	margin: 20px auto;
       	padding: 0 160px 0 0;
       	width: 760px;
       	border: 1px solid #959596;
       	}
       ```
   
 * this does not totally resolve the display problems in IE, but is should bring
   the sidebar into the scrolling range.
 * (untested in IE)
 *  Thread Starter [tallevi12](https://wordpress.org/support/users/tallevi12/)
 * (@tallevi12)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/resolution-problem-1/#post-1675320)
 * i changed it
    still dosent work

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

The topic ‘resolution problem’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [tallevi12](https://wordpress.org/support/users/tallevi12/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/resolution-problem-1/#post-1675320)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
