By gcieslik on
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
At a glance your footer div
At a glance your footer div isn't closed. Not sure if that's the issue.
_
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.
Thanks!
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.
_
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.
White Space At Bottom of Bartik / Drupal Theme
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!