Viewing 3 replies - 1 through 3 (of 3 total)
  • thisisedie

    (@thisisedie)

    In your stylesheet, change

    #wrapper {
    margin: 0px 50px 100px 100px;
    width: 720px;
    text-align: left;
    padding: 0px;
    }

    to

    #wrapper {
    margin:0 auto;
    width: 720px;
    text-align: left;
    padding: 0px;
    }
    thisisedie

    (@thisisedie)

    Thread Starter visual mechanics

    (@visual-mechanics)

    I see the changes however the footer is not following suit. I tried applying the same to the #footer tag to no avail.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘centering the blog on a page’ is closed to new replies.