Change size logo

GK User
Thu Sep 02, 2010 10:55 am
Hi,

I would like to change the logo size and to have double actualy size in widht.

An idea ?

Thanks
User avatar
Gold Boarder

teitbite
Thu Sep 02, 2010 6:09 pm
Hi

The size of logo can be changed in template.css file:

Code: Select all
h1.logo a {
background:url("../images/logo.png") no-repeat scroll 0 0 transparent;
display:block;
height:72px;
text-indent:-999em;
width:185px;
}
User avatar
Moderator

GK User
Thu Sep 02, 2010 6:52 pm
It's ok, thanks.
User avatar
Gold Boarder


cron