Search code examples
csssizezoomingfixed-width

Fixed width page


URL: http://vixenology.com/

At the standard zoom level the entire blog is aligned left and there is this huge no mans land to the right. How can I cut the size of the page down so the blog is centered at all zoom levels?

Ive tried some simple css and cant seem to figure it out.

Thanks!


Solution

  • Is this what you're looking for:

    .main-width { margin: 0px auto; }