Forums

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

Home Forums CSS [Solved] Centering a page using CSS (WordPress) Re: [Solved] Centering a page using CSS (WordPress)

#48235
DogsGhost
Member

yep, wrap the whole thing in a div so you get something like :




---all page content here


then in the css:
#page-wrap {margin:0 auto}
and its auto centered.