Hello,

First of all, thank you for a great theme.

I have edited the theme to have a dark background. At the bottom of the page below the footer is a large white bar when I have minimal content. It shows up in EI, Chrome, and Firefox. I have spent hours trying to find a fix and applied the following to no avail.

Clear fix:
http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-t...

Page min-height (last one suggested)
http://drupal.org/node/149418

Any suggestion or help you can provide are greatly appriciated.

Here is the web address: http://themanor.tamaramcintosh.com/themanor/?q=contact

Thanks!

Comments

hswong3i’s picture

Version: 7.x-3.0-rc2 » 7.x-3.x-dev
Assigned: Unassigned » hswong3i
Category: support » bug
Status: Active » Fixed

As mentioned in css/layout-fixed.css:

/*
 * If a div.clearfix doesn't have any content after it and its bottom edge
 * touches the bottom of the viewport, Firefox and Safari will mistakenly
 * place several pixels worth of space between the bottom of the div and the
 * bottom of the viewport. Uncomment this CSS property to fix this.
 * Note: with some over-large content, this property might cause scrollbars
 * to appear on the #page-wrapper div.
 */
#page-wrapper {
  overflow-y: hidden;
}

It is now fixed in latest 7.x-3.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.