steve
-
Overlapping Content
I think I figured out a solution. I changed the background color from #fff to #6d84b4 for the body.
-
Overlapping Content
Everything that falls within #content-section is now in the correct location, above the #footer-section. The next challenge I am running into is that #content-section and .wrapper-content have min-heights of 484px, but don't grow with the cont…
-
Overlapping Content
Hey Chris, You were right on the money. I edited the CSS file to remove the absolute from .box. Then I added in another to the CSS and HTML files to move .box down 28px, so it's positioned where it needs to be visually. Also, for the time be…