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.
| Comment | File | Size | Author |
|---|---|---|---|
| empty space.png | 72.28 KB | satvision83 |
Comments
Comment #0.0
satvision83 commentedadding
Comment #1
erok415 commentedI can confirm the same issue. Very frustrating to fix and I haven't figured it out yet.
E
Comment #2
Feliguez commentedHey 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:
Comment #3
erok415 commented@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.
Comment #4
Anonymous (not verified) commentedThank you very much for this tip!
Comment #5
satvision83 commentedComment #5.0
satvision83 commentededit