Change logo with height and width

February 2014 Joomla Template
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
Sat Jul 05, 2014 11:56 am
Reply with quote
Report this post
I have read other posts but I have not solved.

Should I change the logo and I need a size of 120 px height and width 260.

what code I have to overwrite

thanks
User avatar
Junior Boarder

teitbite
Tue Jul 08, 2014 1:22 pm
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template panel:

Code: Select all
#gkLogo.cssLogo, #gkLogoSmall.cssLogo {
    height: 120px;
    width: 260px;
}
User avatar
Moderator

GK User
Tue Jul 08, 2014 2:33 pm
Reply with quote
Report this post
Thank you,

the size now is perfect, but the new logo appears to me to double
User avatar
Junior Boarder

teitbite
Thu Jul 10, 2014 10:16 am
Reply with quote
Report this post
Hi

Please show me Your site.
User avatar
Moderator

GK User
Thu Jul 10, 2014 11:29 am
Reply with quote
Report this post
User avatar
Junior Boarder

teitbite
Sat Jul 12, 2014 9:02 pm
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings:

Code: Select all
#gkFixedMenu #gkLogoSmall { display: none; }
#gkFixedMenu.active #gkLogoSmall { display: none; }
User avatar
Moderator

GK User
Tue Jul 15, 2014 3:43 pm
Reply with quote
Report this post
Ok for now it work fine.

I tested it in this morning

Thank you
User avatar
Junior Boarder

GK User
Tue Sep 02, 2014 2:49 pm
Reply with quote
Report this post
hi,

the logo has too much space above and below.

Also with google chrome logo appears distorted.
User avatar
Junior Boarder

teitbite
Tue Sep 02, 2014 7:02 pm
Reply with quote
Report this post
Hi

Site is offline. Can You send me an access to it ?
User avatar
Moderator

GK User
Wed Sep 03, 2014 8:53 am
Reply with quote
Report this post
hi

the domain name is www.anticogiardinosiciliano.it
User avatar
Junior Boarder

teitbite
Thu Sep 04, 2014 8:51 am
Reply with quote
Report this post
Hi

I'm afraid I do not understand. It looks perfect for me in every browser. Can You please show me a screenshot of how You see it ?
User avatar
Moderator

GK User
Thu Sep 04, 2014 2:59 pm
Reply with quote
Report this post
Ok
User avatar
Junior Boarder

GK User
Thu Sep 04, 2014 3:00 pm
Reply with quote
Report this post
conflict logo
User avatar
Junior Boarder

teitbite
Fri Sep 05, 2014 1:40 pm
Reply with quote
Report this post
Hi

To reduce the space please use this code in css:

Code: Select all
#gkLogo, #gkLogoSmall {
    margin: 5px 0;
}


but for a different look of the logo in a different browser responsible can only be SVG file being wrongly created (I see a font is different). You may try to recreate this file or use a good old PNG format.
User avatar
Moderator

GK User
Mon Sep 15, 2014 7:58 am
Reply with quote
Report this post
hi

why if i select png logo i have a problem ?

you can see www.anticogiardinosiciliano.it
User avatar
Junior Boarder

teitbite
Tue Sep 16, 2014 10:11 am
Reply with quote
Report this post
Hi

Because the size for logo is set for much much smaller image. Add this to css:

Code: Select all
#gkLogo, #gkLogoSmall {
    height: 117px;
    width: 199px;
}
User avatar
Moderator

GK User
Wed Sep 17, 2014 9:47 am
Reply with quote
Report this post
ok thanks
User avatar
Junior Boarder


cron