Footer size and position...
mitchell_ad027 - November 3, 2008 - 17:33
| Project: | Alek 2.0 |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Now I love the theme, but I am a little confused as to why the footer is set to 370px?
I changed it to 50px like so:
* html .FooterContain { height: 370px;} to * html .FooterContain { height: 50px;}
and
.FooterContain { min-height: 370px; } to .FooterContain { min-height: 50px; }
But now I have a huge white space below the footer.
Can someone help me glue the new 50px footer to the bottom of the page. Because right now the main page doesn't have enough content to push it to the bottom.
Thanks!

#1
This switches over to use min-height 50px and "overflow: auto", which pushes the rest of the background down to match the actual height of the content.
#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.