Reputation: 245
The page isn't long enough (I'm on a 24" screen), so there is a white space at the bottom. Is there anyway to set some sort of min-height on the page? Or any solution? Never had to deal with this before.
Upvotes: 1
Views: 297
Reputation: 32070
Your problem is actually your background-image
(200px x 200px white image) over-riding your background-color
(#000000) choice.
Try moving your background-image
into a different part of the page, like putting wrapping div around your .container_12
with a 100% width.
Upvotes: 4
Reputation: 4582
You can set the body to a background color. What did you want to have at the bottom?
Upvotes: 3