Posted by mitchell_ad027 on November 3, 2008 at 5:33pm
| Project: | Alek 2.0 |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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!
Comments
#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.