Hi,
To make the footer sticky, we need some css, here is our suggestion css rule:
.t3-copyright {
background: #f0f0f0 none repeat scroll 0 0;
border-top: 1px solid #eeeeee;
bottom: 0;
font-size: 12px;
left: 0;
padding: 40px 0 80px;
position: fixed;
width: 100%;
}
.t3-footer {padding-bottom: 209px;}
Add the rule to the file: templates/t3_bs3_blank/css/custom.css
Please note that it can be changed in specific cases.
Regards.