chernyhmihail
7/5/2015 - 12:24 PM

Footer прилипший к низу

Footer прилипший к низу

html,
body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


body
{
    position: relative;

    height: auto !important;
    height: 100%;
    min-height: 100%;
}


div#tm-headerbar
{
    width: 100%;
    height: 100px;
}


div#tm-middle
{
    padding-bottom: 95px;
}


.tm-block.tm-block-footer
{
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 95px;
    padding-bottom: 0;
}

body.front-page #tm-middle{
    min-height: 300px;
}