Viewing 1 replies (of 1 total)
  • find and change this in your stylesheet (remember to make yourself a copy):
    #wrapper {
    position: relative;
    height: 888px;
    width: 750px;
    margin: 0 auto;
    background-color: #fff;
    border-left: 5px solid #3C5781;
    border-right: 5px solid #3C5781;

    }

    #insideWrapper {
    position: relative;
    top: 0px;
    width: 750px;
    margin: 0px;
    background-color: #fff;
    text-align: left;
    }

    i just moved the border-left and right from one class to the other btw…
    cheers

Viewing 1 replies (of 1 total)
  • The topic ‘background/border only going halfway down page’ is closed to new replies.