link header

  • Unknown's avatar

    Hey guys

    I have a question with was asked a few times before, but nothing really helped me. I uploaded a new header on my blog:

    http://polithink.ch

    But now i would like to link the logo to the home page… What do i have to do? To get my personalized header i changed the CSS like this:

    .blog-title {
    height:143px;
    width:605px;
    text-indent:-999em;
    background:#ffffff url(‘http://swisspolithink.files.wordpress.com/2010/05/logo_polithink.jpg’) no-repeat center top;
    margin-bottom:20px;
    }

    Can somebody help me?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    add this to your CSS

    .blog-title a {
    display: block;
    height: inherit;
    }
  • The topic ‘link header’ is closed to new replies.