Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter FITM

    (@fitm)

    Any help?

    Chris_K

    (@handysolo)

    You’ll probably want to start by validating your site.

    Often times, fixing validation errors will help get all the browsers to see your site the same way.

    Jeremy Clark

    (@jeremyclark13)

    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.