Viewing 2 replies - 1 through 2 (of 2 total)
  • yes it is:

    #wrap {
    margin:auto;
    height:100%;
    display:table;
    position:relative;
    padding-bottom:200px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    }

    .site-footer {
    clear: both;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    height: 200px;
    }

    forgot to add:

    body, html {
    height: 100%;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticky Footer’ is closed to new replies.