Sticky footer
-
Hi,
I want to have a sticky footer so that it always styas at the bottom, even where there is little content. I want this to apply to mobile view also, but when I usehtml, body { height: 100%; } html body.wide #wrapper.container { min-height: 100%; position: relative; padding-bottom: 43px !important;/*height of footer*/ } #containerfooter { position: absolute; bottom: 0; }
part of the content is cut off by the footer, and if I use @media I will not have the desired effect…so do you know of a way to make this work? I read about using something like
html, body { height: 100%; } body { display: table; width: 100%; } .page-row { display: table-row; height: 1px; } .page-row-expanded { height: 100%; }
but I don’t exactly know and understand this.
Thanks,
HugoN
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Sticky footer’ is closed to new replies.