Looking for help to remove the extra white space at the bottom of my upcoming portfolio website:
The issue I'm facing is that the footer appears either too long or too short on most monitors. On tiny windows, there's a scroll and on larger resolutions, there's a small amount of persistent white space that I can't seem to get rid of.
Please feel free to check the view page source to see my CSS and HTML code. I don't have much experience as a web designer, only took one class, so this site has been put together slowly. Any suggestions on how to fix this issue would be greatly appreciated.
Some things I've already tried include:
- adding height: 100% to the body
- adding overflow: hidden to contentFooter
- adding overflow: hidden!important to contentFooter