html - Random padding/margin at top of webpage only on Firefox -


can figure out? take @ mean here:

https://www.wellchild.org.uk/

compare between other browser & firefox

screenshot:

enter image description here

have tested on windows & mac in ie, chrome, safari, opera & firefox.. , on firefox im getting problem!

ive tried inspecting page dev tools available in firefox , cant figure out

try 1 of following:

1) remove float: left; .mainhead nav ul li (style.css ... line 78) should fix problem cross-browsers. may have define left/right margin.

2)add following code style.css target firefox browser:

@-moz-document url-prefix() {     .mainhead nav ul li{     float:none;    } } 

let me know works you...


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -