Logo module size

GK User
Thu Oct 07, 2010 11:34 pm
This is my first Gavick template to play with and I think I'll switch my site over to it.

Overall it seem pretty straight forward, however, how can I go about increasing the width of the logo module in the top-right of the page? I would like to use a logo that is longer in length, but it is being chopped off at the moment.

Thanks.
User avatar
Fresh Boarder

GK User
Fri Oct 08, 2010 2:59 pm
Hello,

Could you give a link to your site then give me the dimensions of your logo
User avatar
Junior Boarder

GK User
Fri Oct 08, 2010 3:07 pm
The logo size is 351x85px. Right now, the site is offline, but you can view the whole logo (uncut) on the "maintenance page", http://californiastandup.com On the active site, the logo length gets cut off around the "d" in "Standup".

Thanks for your help.
User avatar
Fresh Boarder

GK User
Fri Oct 08, 2010 3:15 pm
Go template.css the file and look for following lines :
Code: Select all
h1.logo { background:transparent url('../images/logo.png') no-repeat 0 0; float:left; height:86px; margin:54px 0 0 0; padding:0; width:294px; }
h1.logo a { background:transparent; display:block; height:86px; margin:0; padding:0; text-indent:-999em; width:294px; }


then substitute this code :
Code: Select all
h1.logo { background:transparent url('../images/logo.png') no-repeat 0 0; float:left; height:85px; margin:54px 0 0 0; padding:0; width:351px; }
h1.logo a { background:transparent; display:block; height:85px; margin:0; padding:0; text-indent:-999em; width:351px; }
User avatar
Junior Boarder

GK User
Fri Oct 08, 2010 3:55 pm
Thanks a lot. I should of check that first. :)
User avatar
Fresh Boarder

GK User
Mon Oct 11, 2010 7:26 am
please enable override.css from the template manager, and add the changes to the override.css insted... this way you will be able to update versions without overriding your css changes...
User avatar
Platinum Boarder


cron