Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

TOP OF SITE WON'T DISPLAY IN MOZILLA FIREFOX.

  • 4 replies
  • 1 has this problem
  • 1 view
  • Last reply by daveyng

more options

When using Mozilla Firefox my website won't display the top of the page on many pages. Works fine in Safari. Problem just started! Using Squarespace CMS.

When using Mozilla Firefox my website won't display the top of the page on many pages. Works fine in Safari. Problem just started! Using Squarespace CMS.

Chosen solution

The quickest workaround is to override the

body{height:100%} 

rule in site.css with something like

body{height: auto !important;}
Read this answer in context 👍 1

All Replies (4)

more options

Could you give a link to the page that has the problem?

If you use a negative margin-top anywhere in the page, you might compare this discussion: Top of website not showing.

more options
more options

Chosen Solution

The quickest workaround is to override the

body{height:100%} 

rule in site.css with something like

body{height: auto !important;}
more options

Thanks this fixed it! body{height: auto !important;}

I don't know how or why it started to display incorrectly all of a sudden, but it made it work properly again.

Modified by daveyng