Only for a single page (given the demo link) my footer is not sticking to the bottom.
Because I have used an iframe and its not flushing the footer to the bottom.
test link : http://wiencoghanaa-001-site1.smarterasp.net/weather
My CSS code
.footer {
bottom: 0;
height: 210px;
position: absolute;
width: 100%;
}