Title: Internet Explorer Problem Viewing WordPress
Last modified: August 18, 2016

---

# Internet Explorer Problem Viewing WordPress

 *  [FITM](https://wordpress.org/support/users/fitm/)
 * (@fitm)
 * [19 years ago](https://wordpress.org/support/topic/internet-explorer-problem-viewing-wordpress/)
 * [http://www.jetscentral.com/](http://www.jetscentral.com/)
 * In Firefox, the side bar works very nicely, but in Internet Explorer, the side
   bar drops below the content.
 * Any idea how to fix this.

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

 *  Thread Starter [FITM](https://wordpress.org/support/users/fitm/)
 * (@fitm)
 * [19 years ago](https://wordpress.org/support/topic/internet-explorer-problem-viewing-wordpress/#post-558601)
 * Any help?
 *  [Chris_K](https://wordpress.org/support/users/handysolo/)
 * (@handysolo)
 * [19 years ago](https://wordpress.org/support/topic/internet-explorer-problem-viewing-wordpress/#post-558602)
 * You’ll probably want to start by [validating your site](http://validator.w3.org/check?uri=http%3A%2F%2Fwww.jetscentral.com%2F).
 * Often times, fixing validation errors will help get all the browsers to see your
   site the same way.
 *  [Jeremy Clark](https://wordpress.org/support/users/jeremyclark13/)
 * (@jeremyclark13)
 * [19 years ago](https://wordpress.org/support/topic/internet-explorer-problem-viewing-wordpress/#post-558603)
 * The total width for you main content plus you side bar exceeds the width you’ve
   set for the page. Look in your stylesheet and look for this code
 *     ```
       .center {
         margin: 15px;
       ...
       ```
   
 * Change it to this
 *     ```
       .center {
         margin: 5px 15px;
       ...
       ```
   
 * If it is still messed up change your width also
 *     ```
       .center {
          width: 540px;
       ```
   

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

The topic ‘Internet Explorer Problem Viewing WordPress’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Jeremy Clark](https://wordpress.org/support/users/jeremyclark13/)
 * Last activity: [19 years ago](https://wordpress.org/support/topic/internet-explorer-problem-viewing-wordpress/#post-558603)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
