Logo Configuration

GK User
Thu Dec 26, 2013 4:56 pm
Hello there - I am develpoing a new website for a client and have changed the logo from the default provided in this template to their logo

instead of 2269 by 35 as a resolution, this image is 256x64

I have edited template.css @line 202 per the firebug plugin telling me this is what handled the descripton.

I know I'm missing something - what should I do so the logo image isn't clipped in the top left?

http://roughdraft.in/2/
User avatar
Fresh Boarder

GK User
Fri Dec 27, 2013 9:29 am
Hi.
You have edited a wrong class ;)
Use override method --> http://www.gavick.com/documentation/joo ... -template/
and insert this
Code: Select all
h1#gkLogo {
    float: left;
    height: 64px;
    width: 256px;
}


By the way, check out customizations guides: http://www.gavick.com/documentation/cat ... -template/
User avatar
Platinum Boarder

GK User
Thu Jan 09, 2014 3:53 pm
thank you - ive seen you speak to the override in other posts, should have thought about that :) post is solved
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.