How to edit logo size

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Apr 28, 2013 6:52 pm
Reply with quote
Report this post
Hello Team,

I'm installing this template in my website: www.invertertrading.com

I need to set a bigger logo, with size 369x130.

Could you please help me indicating what's necessary to do?

Thanks in advance.
Mohamed.
User avatar
Fresh Boarder

GK User
Sun Apr 28, 2013 6:57 pm
Reply with quote
Report this post
Hi,
you have two solutions to do this in easy way:
(1) Edit template.css and change value of width from 210px to 369px

Code: Select all
#gkLogo {
    display: block;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-indent: -999em;
    text-shadow: none;
    width: 210px;
}



(2) or Overwrite one line of css, with this

Code: Select all
#gkLogo { width: 369px;}

Using this template feature
User avatar
Platinum Boarder

GK User
Mon Apr 29, 2013 12:27 am
Reply with quote
Report this post
Thank you very much Pawel for your help.

Have a nice day.

Best regards.
User avatar
Fresh Boarder


cron