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

Rob Loach - May 19, 2009 - 02:44
Version:5.x-1.x-dev» 6.x-1.x-dev
Status:postponed (maintainer needs more info)» needs review

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.

AttachmentSize
footer.patch 2.33 KB

#2

Gurpartap Singh - May 19, 2009 - 07:05
Status:needs review» fixed

#3

System Message - June 2, 2009 - 07:10
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.