I am attempting to position a footer at the bottom of the page, without it being sticky. Instead, I want it to remain at the bottom in case the user scrolls down there.
Although it technically "works," there appears to be some white space below the footer once it is displayed, creating an awkward look. Can anyone advise on the most effective way to align a footer to the bottom using CSS without making it sticky?
If needed, I can share my html/css code. Just let me know!