h1#gkLogo {
width: 269px;
height: 35px;
}
Konrad M wrote:Hi,
go to the template settings. In FEATURES section set logo type as image and then upload your image. Then please add to override.css
- Code: Select all
h1#gkLogo {
width: 269px;
height: 35px;
}
and set both values as same as your logo dimensions. Remember to enable override.css option in template settings.
h1#gkLogo a img {
width: 269px;
}
h1#gkLogo,
h1#gkLogo a img,
h1#gkLogo a.cssLogo {
width: 400px !important;
height: 100px !important;
}