Logo Image Quality

GK User
Wed Jan 04, 2012 7:26 pm
I'm progressing quite well adapting this template so far but have run into a problem with the quality of the image logo:

See image here: http://www.csetn.com/

What I have tried:

I saved the image in photoshop as a transparent .png file
I altered the logo size in template.css to match the size of my logo

BUT still is looks blurred.If you right click on the logo and click 'view image' you can see how it is supposed to look.

Many Thanks

Dan
User avatar
Fresh Boarder

GK User
Thu Jan 05, 2012 1:28 pm
Your image size is 321px * 83px
Your image holder is 300px * 83px so it scales therefore looks blurred.

Change width to 321px in below code or vice-versa re-size your image for 300px width.

Find File: /templates/gk_finance_business/css/template.css
Find Line: 56
Which is below.
Code: Select all
h1#gkLogo a img {
    display: block;
    height: 83px;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    top: 0;
    width: 300px;
}


See you around...
User avatar
Platinum Boarder


cron