Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    Edit style.css and change:

    #kopf {
    float:left;
    height:46px;
    position:relative;
    width:900px;
    }
    #navigation {
    background:url("images/navigation-bg.gif") no-repeat #557DA2;
    border-bottom:1px solid #FFFFFF;
    float:left;
    height:42px;
    letter-spacing:1px;
    position:relative;
    text-transform:uppercase;
    width:900px;
    word-spacing:1px;
    }

    to:

    #kopf {
    float:left;
    height:80px;
    position:relative;
    width:900px;
    }
    #navigation {
    background:url("images/navigation-bg.gif") no-repeat scroll 0 0 #557DA2;
    border-bottom:1px solid #FFFFFF;
    float:left;
    height:42px;
    letter-spacing:1px;
    margin-top:50px;
    position:relative;
    text-transform:uppercase;
    width:900px;
    word-spacing:1px;
    }
    Thread Starter TweetNSleep.com

    (@tweetnsleepcom)

    That did it!

    What does kopf stand for?

    Thanks again

    Rick

    esmi

    (@esmi)

    On your theme, it appears to be the header block. I guess the developer wasn’t a native English speaker. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Where do I edit this header?’ is closed to new replies.