I have a problem: white space at the bottom of every page on my site, and I have no idea why. Firebug isn't showing me anything when I mouse over the area - it's like it just doesn't exist. I'm pretty confused. You can see it here: http://www.theneverendingpool.com/test/drupal/

Any ideas? Thanks!

Comments

jtjones23’s picture

At a glance your footer div isn't closed. Not sure if that's the issue.

pbarnett’s picture

The footer div is closed, but the body background colour is set to #FFFFFF on line 6 of style.css

Change that to #434542

Pete.

gcieslik’s picture

Thanks, Pete! Worked perfectly. I was so focused on the footer (which I don't even have anyway... duh) I didn't think about the body.

pbarnett’s picture

No problem!

You might want to crop the bottom of /test/drupal/sites/default/files/newtheme1_logo.gif so that it's 39px high and doesn't obscure the 1 pixel white bottom border in your header, and maybe darken the background of the image slightly - but I'm just getting picky now :-)

Pete.

pitbull mix’s picture

This is for anyone struggling with white space at the bottom of your pages when using bartik theme. I have sub themed this theme. Today I noticed that I had white space below the footer on all pages.

I added background-color: #A0C370; to the body in styles.css and viola no more white space at the bottom of the page. This is the same color as my footer in the bartik theme.

http://www.attollointelligence.com

Thanks!