Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #183950

    When changing my logo from the one supplied with the template, I noticed that the lowest 25% of the logo are unusable because they are covered up. The effect is stronger when viewed on the iPad then on a laptop. This forces me to squeeze the logo content in the upper part of the logo which looks awful. (see http://therebel.org) How can I fix that?

    Andrew Winkler Friend
    #479933

    I’ve solved the problem myself. It was caused by a missing ‘height’ parameter in line 1218 of template.css:

    [PHP].logo-image h1 a {
    background: url(../images/logo.png) no-repeat 0px 0px;
    display: block;
    text-indent: -999em;
    height: 40px;
    /*width: 79px;*/
    width: 120px;[/PHP]
    }

    profidizajn Friend
    #484937

    I prefer this add:
    .logo-text h1 a {background-image: url(../images/logo.png);font-size: 0px;height: 45px;width: 120px;}
    .logo-text p {display: none;}
    #logo {width: 120px;}

    For “color block” theme variations

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  profidizajn 11 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum