/* Logo */
h1#gkLogo {
width: ?px;
height: ?px;
}
h1#gkLogo a img {
height: ?px;
}
h1#gkLogo a.cssLogo {
height: ?px;
width: ?px;
}
Seichinha wrote:Hi
First i recommend that you enable the use of css override on template parameters > advanced settings.
Them from boutique template directory open ../css/override.css file and add this lines with your own width and height values in pixels:
- Code: Select all
/* Logo */
h1#gkLogo {
width: ?px;
height: ?px;
}
h1#gkLogo a img {
height: ?px;
}
h1#gkLogo a.cssLogo {
height: ?px;
width: ?px;
}
Cheers