I realise this question has been asked before but I have tried
footer{
position: absolute;
bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
html, body {
min-height: 100%;
padding: 0;
margin: 0;
}
I have also tried a CSS tricks method https://css-tricks.com/snippets/css/sticky-footer/
None of these options have worked for me (or at least not for very-large screen). What else can I try? Thanks