Viewing 3 replies - 1 through 3 (of 3 total)
  • Change margin: 0 auto 0 0; to margin: 0 auto; in style.css:

    #container {
        background:transparent;
        margin: 0 auto 0 0;
        overflow: hidden;
        text-align: left;
        width: 960px;
    }
    Thread Starter MollyTafoya

    (@mollytafoya)

    I replaced the container code with this but now my right sidebar is pushed all the way to the bottom of the page and my page still isn’t centered. Any thoughts?

    Also, the right sidebar information is fine in Firefox but at the bottom in IE6.

    The CSS I gave above will not have created this problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Autosize site?’ is closed to new replies.