• keenlearner

    (@keenlearner)


    Hey folks,
    is there anyway I can align the whole page left instead of having it in the middle?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Yup. Where is your site so we can see the css ?

    Thread Starter keenlearner

    (@keenlearner)

    http://www.bradburypublishing.com

    I’m going to change the background images once I’ve aligned it the way I want. I want to align the whole page left with a small margin.

    Thanks

    What does removing
    text-align: center;
    from #body do ?

    Thread Starter keenlearner

    (@keenlearner)

    it didn’t change anything, everything looks the same.

    Try this ?

    #page {
    background-color: white;
    align: left;
    margin: 0;
    padding: 0;
    width: 820px;
    border: 1px solid #959596;
    }

    Instead of this:
    #page {
    background-color: white;
    align: left;
    margin: 10px auto;
    padding: 0;
    width: 820px;
    border: 1px solid #959596;
    }

    Thread Starter keenlearner

    (@keenlearner)

    #page {
    background-color: white;
    align: left;
    margin: 10px auto;
    padding: 0;
    width: 820px;
    border: 1px solid #959596;
    }

    it’s already set to the above under the structure section of the style sheet so I’m not sure that is it.

    margin: 10px auto;

    Kill the auto

    margin: 0;

    Thread Starter keenlearner

    (@keenlearner)

    Your a star – thank you, thank you, thank you!

    This really helped me as well. I was having problems with my theme suddenly going to the left when I went to the comments’ page, but adding margin:0px auto; solved the problem immediately.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Align Left’ is closed to new replies.