Reply To: 'unfolding' footer

Home Forums Support 'unfolding' footer Reply To: 'unfolding' footer

Home Forums Support 'unfolding' footer Reply To: 'unfolding' footer

#230106
Jean Paiva
Developer

Unhh…maybe this could fix:

body {
    position: relative;
}
#page {
    z-index: 1;
    /* This unit must match the full size of your footer */
    margin-bottom: 429px;
}
.site-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: -1;
}

And you can delete the element on your hook.