Sticky footer (Innovation Theme)
Permalink
Hi,
I want the footer stick to bottom. I made a change in the CSS (container and footer) but it does not work:
#container{
position: relative;
height: auto;
min-height: 100%;
padding:20px 0;
}
#footer{
position: absolute;
bottom: 0;
padding:20px 0;
}
Probably I'm doing something wrong but I can't figuring out what.
Can someone please help me out!
I want the footer stick to bottom. I made a change in the CSS (container and footer) but it does not work:
#container{
position: relative;
height: auto;
min-height: 100%;
padding:20px 0;
}
#footer{
position: absolute;
bottom: 0;
padding:20px 0;
}
Probably I'm doing something wrong but I can't figuring out what.
Can someone please help me out!
It's still usable but very strange and looks shoddy if I try to explain to the client (eg. "Oh, yeah, you just have to click the block underneath the link, you can't actually click the link... why? Because I designed it that way, of course!")