Logo malformed?

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Sun Jun 03, 2012 12:45 pm
What do I have to do to get the logo with the correct proportions?

(The format of the picture is width=588 x height=233 )
User avatar
Fresh Boarder

Konrad M
Mon Jun 04, 2012 10:50 am
Hi,
Can you give me url to your site ?
User avatar

GK User
Mon Jun 04, 2012 11:08 am
Konrad M wrote:Hi,
Can you give me url to your site ?


http://mebalo.rolloapps.com/
User avatar
Fresh Boarder

Konrad M
Mon Jun 04, 2012 11:33 am
Please try add to override.css
Code: Select all
#gkLogo {
height: 233px;
}
h1#gkLogo a img {
height: 233px;
width: 588px;
}

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

GK User
Mon Jun 04, 2012 12:13 pm
Konrad M wrote:Please try add to override.css
Code: Select all
#gkLogo {
height: 233px;
}
h1#gkLogo a img {
height: 233px;
width: 588px;
}

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


Thanks a lot! That worked!

But since I'm a noobie to GavickPro/Joomla I don't understand why css override works although I selected logo type="Image" instead of "from css".
User avatar
Fresh Boarder

Konrad M
Mon Jun 04, 2012 12:17 pm
Because template layout have some default rules for logo dimensions even if it is image. So you had to override them.
User avatar

GK User
Tue Sep 18, 2012 2:00 am
Hi, i have the same problem on my site: http://angolodeidiritti.it/site/

I want to put the logo before the menu, into the "gkPageTop" div, on the left.

Many thanks in advance for your support.
User avatar
Fresh Boarder

Konrad M
Tue Sep 18, 2012 8:54 am
@ninocoluccio please try add to override.css
Code: Select all
#gkLogo {
float: left;
margin-top: -200px;
}
#gkPageTop {
padding: 110px 0 3px;
}

Remember to enable override.css option in template settings.
User avatar

GK User
Tue Sep 18, 2012 11:35 am
Many thanks, as you can see it works perfectly!
now I have only upload the final image and set the right margin/padding.

Thanks again.
User avatar
Fresh Boarder


cron