Title: Please Help! CSS Issue!
Last modified: August 18, 2016

---

# Please Help! CSS Issue!

 *  Resolved [jefft](https://wordpress.org/support/users/jefft/)
 * (@jefft)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-css-issue/)
 * 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)

 *  [digitalpen](https://wordpress.org/support/users/digitalpen/)
 * (@digitalpen)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-css-issue/#post-428446)
 * 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 div`s 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.

 * 1 reply
 * 2 participants
 * Last reply from: [digitalpen](https://wordpress.org/support/users/digitalpen/)
 * Last activity: [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-css-issue/#post-428446)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
