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!

CommentFileSizeAuthor
#1 footer.patch2.33 KBrobloach

Comments

robloach’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new2.33 KB

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.

Gurpartap Singh’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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