Forums

How would I center my content in both a page and post? (3 posts)

  1. claytonboen
    Member
    Posted 3 years ago #

    If you take a look at my blog at http://www.cataxrevolution.com -- and look at a page or post, you'll notice all the content is located in a shadow box on the left side of the screen. I've chosen to remove any sidebar, so the right side is empty and looks bad.

    I would like to center the content on the page or post. Can someone please let me know how to do that?

    Thanks!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 3 years ago #

    Edit style.css (line 256)

    Amend:

    #content {
    padding:0 0 4em;
    width:100%;
    }

    to:

    #content {
    margin:0 auto;
    padding:0 0 4em;
    width:960px;
    }
  3. claytonboen
    Member
    Posted 3 years ago #

    Thanks, but I am afraid that didn't work. :(

    Any other ideas?

Topic Closed

This topic has been closed to new replies.

About this Topic