I am trying to eliminate this white space at the bottom of my upcoming portfolio site: http://codymiracle.com/
What occurs is the footer seems to either be too long or too short on -most- monitors. Either I get a scroll on really tiny windows, or more commonly larger resolutions produce a small bit of white space that I can't seem to get rid of.
Feel free to use the view page source etc to view my CSS and HTML. I'm not a web designer at heart, only taken one class and this is pieced together slowly. Please let me know if you have found anything that could fix it.
Things I've tried:
- adding height: 100% to my body
- adding overflow: hidden to my contentFooter
- adding overflow: hidden!important to my contentFooter