On my website, the header is a div tag with a coloured background. The only problem is that it doesn’t reach the “edges” of the window (Please see http://manpoints.uk.to/).
Any ideas of how to solve this?
Thanks, Josh.
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.
Try what @KP is suggesting, plus add
#header{ width:100%; }to your stylesheet. What’s happening is that your header does not have a defined width, and it’s taking te maximum width of the content inside.