Home › Forums › Back End › WordPress PHP Alignment › Re: WordPress PHP Alignment
January 19, 2011 at 4:06 am
#65324
Member
Also, go to your style.css and change your #page-wrap css to this just to help with centering the page and width.
#page-wrap {
margin: 0px auto;
width: 940px;
}
and your main-content div should be 700px width.