enlarge the logo

GK User
Wed Nov 07, 2012 3:56 pm
add logo + largest possible
User avatar
Expert Boarder

Konrad M
Wed Nov 07, 2012 4:43 pm
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.
User avatar

GK User
Wed Nov 07, 2012 5:08 pm
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.



over 269 px?
User avatar
Expert Boarder

Konrad M
Wed Nov 07, 2012 5:10 pm
Set width same as your image even is bigger this sample do same thing with height. Those are default values.
User avatar

GK User
Wed Nov 07, 2012 5:20 pm
over 269 px?
User avatar
Expert Boarder

Konrad M
Wed Nov 07, 2012 5:20 pm
Yes.
User avatar

GK User
Wed Nov 07, 2012 5:30 pm
over does not work!!!
User avatar
Expert Boarder

Konrad M
Wed Nov 07, 2012 5:32 pm
Can you give me url to your site ?
User avatar

Konrad M
Wed Nov 07, 2012 5:39 pm
Please add one thing more ot override.css
Code: Select all
h1#gkLogo a img {
width: 269px;
}

and set width value as same as your image too.
User avatar

GK User
Wed Nov 07, 2012 5:55 pm
ideal 400 x 100 but it does not work, look!!
where error
User avatar
Expert Boarder

Konrad M
Wed Nov 07, 2012 5:58 pm
Change your code for logo in override.css to this one:
Code: Select all
h1#gkLogo,
h1#gkLogo a img,
h1#gkLogo a.cssLogo {
width: 400px !important;
height: 100px !important;
}
User avatar

GK User
Wed Nov 07, 2012 6:04 pm
YES YES YES

:shock: sei grande!!!!
User avatar
Expert Boarder


cron