Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress PHP Alignment Re: WordPress PHP Alignment

#65324
dhechler
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.