• My website seems to be loading perfectly fine in Chrome, IE, Safari, etc. however in Firefox all that is loading is the header and footer; the body of the page is completely missing. It’s the strangest thing. I’ve validated my HTML and CSS to a somewhat reasonable extent (I think I still have a couple of errors but I don’t understand how they could be causing this problem). Am I missing something? Any help would be greatly appreciated. All of the threads that address this topic seem to be at least few years old.

    The URL to the site I’m working on is https://eastcoastprollc.com.

    Again, any help is appreciated. Thanks!

Viewing 1 replies (of 1 total)
  • hey @gregoryrich,

    there are a few issues I’m seeing that are causing issues.
    the first is that the #wrapper has an overflow: auto. Remove that line in the CSS and your site should be back in FF.

    The other issue is that when you remove the overflow, the white background is gone. I think that’s because the Right column is in the HTML Before the Left column – and so you are floating them in the wrong order. I would place your left column in first and then your right column.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Theme Not Loading in Mozilla Firefox’ is closed to new replies.