Logo size

GK User
Tue Feb 14, 2012 8:52 pm
Hello,
I have tried to change the size of logo (it is scaled to 64px) i need to make it bigger. I tried css override but no luck. Any idea how to increase it to any size?
Best and thanks for answer in advance
Daniel
User avatar
Fresh Boarder

GK User
Tue Feb 14, 2012 11:35 pm
Use following css in override.css file and make sure Css Override Feature is enabled. Also make sure logo image is same size as what you are setting below.

This is original size so change to your required logo size in both css class.
Code: Select all
h1.gkLogo { width:250px; height:88px; }
h1.gkLogo a { width:250px; height:88px; }


See you around...
User avatar
Platinum Boarder


cron