Hey I'm working on this drupal site (http://lumen.inpresence.us/drupal/home) and when you first visit, the footer tends to add this huge, extra white space. Once I refresh, it's gone. It didn't start occurring until I inserted an instance of the Twitter Bootstrap modal module. I had change the display of the footer to -webkit-box in order to get things aligned. Does anyone know how to fix this permanently?

Comments

rysnet’s picture

There are three aspects to overriding the themed output. one of them is providing the override.

Note that Drupal maintains cached theming data through the theme registry. It must be cleared when setting up overrides.
Clear cache and see.
I don't see any white space in the footer, you mean above it huge blank space, if this is the case you can
set height: auto; in your CSS file.

rysnet’s picture

Hope the above solve your problem.