Viewing 2 replies - 1 through 2 (of 2 total)
  • henkholland

    (@henkholland)

    In your style.css find this:

    #header {
    background-color:#FFFFFF;
    height:200px;
    margin-bottom:0;
    margin-left:1px;
    margin-right:0;
    margin-top:0;
    padding-bottom:0;
    padding-left:0;
    padding-right:0;
    padding-top:0;
    width:760px;
    }

    and change the margin-left to margin-left:0;

    The grey border is all around but at the top it shifts to the right for 1 pixel.

    Thread Starter JudyW

    (@judyw)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Default Header Border Problem’ is closed to new replies.