html,
body {
height: 100% !important;
}
.page {
position: relative !important;
min-height: 100% !important;
}
.main {
padding-bottom: 50px !important;
}
.footer {
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
width: 100% !important;
height: 40px !important;
}
#page {
position: relative !important;
min-height: 100% !important;
}
main {
padding-bottom: 50px !important;
}
footer {
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
width: 100% !important;
height: 40px !important;
}
footer
можно использовать #footer
, или оба html,
body {
height: 100% !important;
}
.container {
position: relative !important;
min-height: 100% !important;
}
main {
padding-bottom: 50px !important;
}
#footer {
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
width: 100% !important;
height: 55px !important;
}