Viewing 1 replies (of 1 total)
  • style.css – change:

    #page_header {
    background:url("images/page_header.png") no-repeat scroll center top transparent;
    height:110px;
    margin:0 auto;
    width:900px;
    }
    #page {
    margin:0 auto;
    width:900px;
    }

    to:

    #page_header {
    background:url("images/page_header.png") no-repeat scroll center top transparent;
    display:none;
    height:110px;
    margin:0 auto;
    width:900px;
    }
    #page {
    margin:20px auto 0;
    width:900px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘content spacing’ is closed to new replies.