Viewing 3 replies - 1 through 3 (of 3 total)
  • In style css line 425 look for this code
    #footer {
    background: url(“../images/footerBG.gif”) no-repeat scroll left top transparent;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 67px;
    line-height: 24px;
    margin: auto;
    padding-top: 20px;
    text-align: center;
    width: 900px;
    }

    Delete float: left;

    Comment out float: left; in style.css, line 425

    Thread Starter Zane.stewart

    (@zanestewart)

    Thanks Guys!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer off center.’ is closed to new replies.