Home › Forums › CSS › Website Critique › Re: Website Critique
July 16, 2012 at 10:00 am
#106186
Participant
How come you have got all of your page wrapped in a div with id of ‘header’?
Another thing: Heres the #page-wrap declaration from your stylesheet:
#page-wrap {
width: 960px;
width: 100%;
min-height: 100%;
height: auto !important;
margin-top: 0;
margin-right: auto;
margin-left: auto;
}
width: 960px is totally unnecessary in this case. Just a brief look thru the style.css, but I guess you could “optimize” your CSS a bit more.