• Resolved makta112

    (@makta112)


    Hello

    There’s a line at the top of my site — behind the nav-bar.

    I want to remove it, but I’m not sure how?

    I don’t think it’s a border..?

    My site: http://www.geimaku.com/

    Thanks.

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

    (@wpyogi)

    It’s the border-top in here:

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

    Firebug is a great tool to use in identifying CSS code affecting your pages.

    Thread Starter makta112

    (@makta112)

    Thanks.

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

The topic ‘Remove this line?’ is closed to new replies.