• Hi there,

    This is my site

    Hasketts Weekly

    As you can see, at the top of my banner is a very thin grey line, I’ve tried to use firebug to discover what it could be but that doesn’t help.

    If anyone has any ideas it’d be much appreciated.

    Thanks

    Dan

Viewing 2 replies - 1 through 2 (of 2 total)
  • style.css:

    #branding {
        border-top: 2px solid #BBBBBB;
        padding-bottom: 10px;
        position: relative;
        z-index: 9999;
    }

    Remove border-top. In future, try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

    Thread Starter danhaskett

    (@danhaskett)

    Thanks a lot for your help, its much appreciated. I tried to use firebug, but couldnt work out how to distinguish the grey bar.

    Dan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Why is there a thin grey bar above my banner?’ is closed to new replies.