I don't know if this is a bug or feature but on Framework 3 there is annoying empty space on the bottom. I have a new website that is made with Framework 3 on Drupal 7 and I cannot find the solution for this.
When I created the footer I've noticed that there is a empty space down bellow and first I thought that I missed something with CSS, but when I checked http://d7.andregriffin.com/ with the firebug I've noticed the same problem there. When I point the mouse on <body class=".... with firebug it highlights with blue all the screen, but there is still empty space on the bottom.
Here is a screenshot and you'll see the white empty space.
If someone had this problem and found a solution, please let me know.

CommentFileSizeAuthor
empty space.png72.28 KBsatvision83

Comments

satvision83’s picture

Issue summary: View changes

adding

erok415’s picture

I can confirm the same issue. Very frustrating to fix and I haven't figured it out yet.
E

Feliguez’s picture

Hey guys, sorry for my bad english.
I had fixed this error adding "font-size:0;" to clearfix class. Clearfix is include on drupal core now but if you add in your own css the font-size:0; it will fix.

something like this:

.clearfix:after{
font-size:0;
}
erok415’s picture

@Feliguez

Wow! Thanks so much for finding the issue with this. That solved a problem I was ignoring on a few sites.

Thanks for not giving up.
E.

Anonymous’s picture

Thank you very much for this tip!

satvision83’s picture

Status: Active » Closed (fixed)
satvision83’s picture

Issue summary: View changes

edit