I would like fix footer at the bottom of the page, I tried CSS
footer {
position: absolute;
bottom: 0;
}`
that one works just at the homepage of this website but not into topics just like this one
I'm trying to keep footers at the bottom of all web pages. The problem that I'm facing is that some web pages contains small amount of content, the footer can sometimes sit halfway up the page leaving a blank space underneath.
THIS IS MY CODE https://pastebin.com/EBPsZz6j
How do I solve this issue? Can someone fix my code plz?