Size Logo

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Sun Dec 22, 2013 11:28 am
I try to put my new logo on my site: www.sabiosdelpc.net

I define the dimensions of the logo: 407x70, but I see that rescale the size.

My override.css

Code: Select all
  /* Moving logo and Sitename to left handside */
    h1#gkLogo {
        height: 70px;
        margin: 0 auto;
        padding-left: 5px;
        float: left;
        top: 44px;
        width: 407px;
    }


Although I have defined the dimensions of the logo, rescale the logo, what should I do?.
407px × 70px (rescale 291px × 50px)
User avatar
Expert Boarder

teitbite
Sun Dec 22, 2013 4:44 pm
Hi

Please show me Your site while this code is used.
User avatar
Moderator

GK User
Sun Dec 22, 2013 4:50 pm
Had already indicated my site.

http://www.sabiosdelpc.net
User avatar
Expert Boarder

teitbite
Tue Dec 24, 2013 1:40 pm
Hi

I think You have solved the issue already and I bet this was the solution:

Code: Select all
h1#gkLogo a img {
    display: block;
    height: 70px;
    margin: 0 auto;
    width: 407px;
}
User avatar
Moderator


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