• Resolved jefft

    (@jefft)


    In IE my page displays how I want. In FF, all the white space around my posts is eliminated…and it looks BAD.

    If I try removing the float:left in my content, it makes the white space reappear (as it is now within my page div), but it moves my navbar to the bottom.

    Help is greatly appreciated.

    fhcommunity.org

Viewing 1 replies (of 1 total)
  • Okay, it seems your #page div is stopping short halfway along the page. I’m sure there’s a proper way to fix this, but if you want to avoid the hard work, there’s a quick and dirty solution that’s equally effective.

    Near the end of your footer.php file, you’ll find the line in which both your #navbar and #page divs are closed. It looks like this:


    </div></div>

    Change this to:


    </div><div style="clear: both; width: 780px; height: 1px;"></div></div>

    That should solve your problem. The only thing (if it bothers you for some strange reason) is that there’ll be an extra pixel added to the bottom of your page. Don’t worry, it’s entirely unnoticeable.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Please Help! CSS Issue!’ is closed to new replies.