change the height of the logo

GK User
Sun Feb 19, 2012 1:15 pm
Hi,
Can u please tell me how can I change the height of the logo and header in Boutique template?
User avatar
Fresh Boarder

GK User
Sun Feb 19, 2012 1:52 pm
Hi,

Use this code to add to CSS Override:
Code: Select all
h1#gkLogo{
height: 200px !important;
}
#gkPageTop{
height: 400px !important;
}

Change the height values to what you want!
User avatar
Platinum Boarder

GK User
Sun Feb 19, 2012 2:03 pm
Thank u, it`s working, but only for page top and not for logo too
User avatar
Fresh Boarder

GK User
Sun Feb 19, 2012 2:33 pm
Do you mean that the code did not change logo size? If so, use this code plus:
Code: Select all
h1#gkLogo a.cssLogo{
height: 200px !important;
}
User avatar
Platinum Boarder

GK User
Sun Feb 19, 2012 3:05 pm
Don Lee wrote:Do you mean that the code did not change logo size? If so, use this code plus:
Code: Select all
h1#gkLogo a.cssLogo{
height: 200px !important;
}



Yes, this is what I meant and still not working
User avatar
Fresh Boarder

GK User
Sun Feb 19, 2012 4:20 pm
Thank u very much for ur support. Seems like it worked now! Thanks again!
User avatar
Fresh Boarder

GK User
Sun Feb 19, 2012 6:17 pm
You're welcome, just feel free to let me know if you need any other helps!

Cheers,
User avatar
Platinum Boarder


cron