So, I have a little problem with my website. I have a footer which won't stay at the bottom of the page if I happen to have little or no text on the page, but If i have enough info/text to cover a page or more, then it stays at the bottom nicely!
I've tried many things but can't find the right parameters. Can anyone help please?
Here is the code to it, I've stripped the unnecessary code of my page and left with the main bits that has to do with the footer etc..
Just to let you guys know, I've tried this:
{
position: relative;
bottom: 0;
}
Although that fixes the problem for the footer when there is no text but if there is more text then it sort of stays in the middle (fixed)?
Thanks again.