How to increase logo position height

GK User
Fri Apr 05, 2013 1:20 pm
Dear Gavick Team,

I'm working on this website: http://inverterforex.net/tuofertasemanal/

The problem is that my logo is 286x96.

However the height of module position is smaller, so it's shown partially. I can imagine that I should put something in override.css, however I have no idea about CSS.

Could you help me to solve this issue?

Thanlks so much for your help.

Regards.
Mohamed.
User avatar
Fresh Boarder

Konrad M
Fri Apr 05, 2013 1:36 pm
Hi,
please add to override.css
Code: Select all
h1#gkLogo {
    height: 96px;
    width: 286px;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Apr 05, 2013 3:00 pm
¡Perfect!

Thanks so much Konrad!

Regards.
User avatar
Fresh Boarder


cron