Viewing 1 replies (of 1 total)
  • Try editing style.css and changing:

    #page {
    background-color:white;
    border:1px solid #959596;
    margin:20px auto;
    padding:0;
    width:760px;
    }

    to

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

    And remove:

    #footer, #footer-upgrade { background-color: #f7f7f7; }

    from your theme’s header.php file.

Viewing 1 replies (of 1 total)
  • The topic ‘Header and footer errors’ is closed to new replies.