このウェブサイトをチェックしてください --> http://justicecup.radiantwebtools.com/
nav/logo/social-media 領域の下のセクションは、Chrome/Safari とは対照的に、Firefox ではさらに離れています (望ましい分離)。
この問題は、HTML の次の部分に関係しているようです。
<div class="header-container">...</div> <!--- Okay... --->
<div class="row content"> <!--- DevTools shows this the right underneath the header area...okay, thats correct --->
<div class="width-container">...</div> <!--- on Chrome/Safari it's good. On Firefox, this is pushed down further....why? --->
</div>
これに対抗するためにヘッダー領域にいくつかのcssを与えようとしましたが、役に立ちませんでした
.header-container { overflow:none;}
このスクリーンショットも違いを示しています --> http://screencast.com/t/CrF9HEaki
ご協力いただきありがとうございます。