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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your problem is actually your
background-image(200px x 200px white image) over-riding yourbackground-color(#000000) choice.Try moving your
background-imageinto a different part of the page, like putting wrapping div around your.container_12with a 100% width.