What do I have to do to get the logo with the correct proportions?
(The format of the picture is width=588 x height=233 )
#gkLogo {
height: 233px;
}
h1#gkLogo a img {
height: 233px;
width: 588px;
}
Konrad M wrote:Please try add to override.css
- Code: Select all
#gkLogo {
height: 233px;
}
h1#gkLogo a img {
height: 233px;
width: 588px;
}
and remember to enable override.css option in template settings.
#gkLogo {
float: left;
margin-top: -200px;
}
#gkPageTop {
padding: 110px 0 3px;
}