My footer is not reaching the bottom of the page as intended. I have shared my code on a JS Fiddle for others to review:
To truly see the issue, visit the actual webpage: or view the full screen result on the JS Fiddle.
Clearly, there is a gap beneath the footer that I am unsure why it exists.
Although I have implemented clearing techniques for floats, the issue persists.
I attempted using a sticky footer solution as recommended in other questions, but that did not solve the problem.
From what I can tell, this issue occurs on all browsers.