• Hello All,

    I’m in a bit of a bind here. I’m using the Manifest theme (http://jimbarraud.com/2009/03/19/manifest/) for my blog @ http://www.rayofsunshinephoto.com/blog . I’m attempting to center the Content (that is, everything within the #coreContent div). I’ve managed to center and make fluid the header, footer, and various other elements (forms, etc) but am unable to center the actual posts, and all the information that belongs to them. I’ve tried every trick I can think of (auto margins, relative positioning with 50% on either side, etc) to no avail. I’m stuck. Any ideas?

    Here is the main CSS file: style.css

Viewing 1 replies (of 1 total)
  • Try deleting:

    #coreContent p {
    text-align:justify;
    }

    and changing

    #coreContent p, #coreContent li, #coreContent dd {
    color:#333333;
    font-size:1.7em;
    line-height:1.5em;
    margin-bottom:1.7em;
    text-align:justify;
    }

    to

    #coreContent p, #coreContent li, #coreContent dd {
    color:#333333;
    font-size:1.7em;
    line-height:1.5em;
    margin-bottom:1.7em;
    text-align:center;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Fluid, Centered content with Manifest Theme’ is closed to new replies.