• Hi!

    I use Safari and Chrome so I never thought to check my site on Firefox but I was just told it isn’t loading properly. I checked it out and the header/menu load on the left with the rest of the content on the right. You have to scroll all the way to the right to read it and it just looks bad.

    I’ve tried searching through the forums for an answer but nothing seems to work. Can anyone help out?

    http://www.emilyfranceschini.com

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • These errors may contribute to the problem, http://validator.w3.org/check?verbose=1&uri=http://www.emilyfranceschini.com/ but first . . .

    Have you tried:
    -deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    -switching to the default theme to rule out any theme-specific problems.

    Kmessinger gave some good advice. Here are some suggestions Firefox has on the issue you are having. I’m guessing it has something to do with a plugin!

    I checked it out with Firefox 35.0.1 and changed the CSS for .container to:

    .container {
        margin: 10px auto;
        overflow: hidden;
        width: 1000px;
        clear: left;
    }

    It then moved the content below the menu.

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

The topic ‘Firefox not loading properly’ is closed to new replies.