Hi all,
I've been trying to get my footer to stick to the end of the page for half a day now, but I cant seem to get it to work.
It will move down with content as required, but will not stick to the bottom by default..
Some examples (This is ModeratorWes Zentastic theme):
It does this:
https://i.imgur.com/lAoWhpY.png
But it will move down when required:
https://i.imgur.com/1wNpMzw.png
I've tried to apply information given at dozens of websites, but it wont work.. What could I be missing?
This is the CSS of my footer:
```
#dg-green {
background: #6baa36;
padding-top: 50px;
padding-bottom: 25px;
text-align: center;
position:bottom;
bottom:0;
width:100%;
}
```












