Change Logo size

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed May 19, 2010 7:07 pm
Hi every body

Does anyone know how can I change the Logo?

Does works any size??

thanks

Gustavo
User avatar
Junior Boarder

GK User
Wed May 19, 2010 7:13 pm
please search forum... there is several discussions about logo...

http://www.gavick.com/forum/87-corporat ... -menu.html
http://www.gavick.com/forum/87-corporat ... issue.html

in short - there is a bit of problems with changing the logo hight/width... gavick team seems to work on it for the next update...
User avatar
Platinum Boarder

GK User
Wed Jun 23, 2010 12:37 pm
Hi Gavick team

Do you have any procedure or answers about it??

thanks
User avatar
Junior Boarder

teitbite
Wed Jun 23, 2010 8:53 pm
Hi

Sorry I do not understand about what procedures are You talking about. Please try to simply overwrite the logo.png file. For setting the size see template.css file.
User avatar
Moderator

GK User
Fri Jun 25, 2010 5:49 pm
explodedk wrote:
please search forum... there is several discussions about logo...

http://www.gavick.com/forum/87-corporat ... -menu.html
http://www.gavick.com/forum/87-corporat ... issue.html

in short - there is a bit of problems with changing the logo hight/width... gavick team seems to work on it for the next update...


Good to know... I was just about to request it.
One very simple method for every template, to adjust the logo size without throwing everything else out of whack would be outstanding. :woohoo:

No messing with margins, or menu widths, etc.
User avatar
Expert Boarder

GK User
Sun Jul 04, 2010 1:25 pm
Hi Teitbite:

first my logo is mor larger than Logo.png...how could I adjust it??

second where can I found the template.css??

Thanks for your assistant

Gustavo
User avatar
Junior Boarder

GK User
Sun Jul 04, 2010 10:56 pm
gpalacios wrote:
Hi Teitbite:

first my logo is mor larger than Logo.png...how could I adjust it??

second where can I found the template.css??

Thanks for your assistant

Gustavo


You can change it on ../templates/gk_corporate2/css/template.css

Code: Select all
h1.logo { width:150px; height:40px; background:#f4f2ef url('../images/logo.png') no-repeat 0 0; padding:0; }
h1.logo>a { text-indent:-999em; display:block;width:150px;height:100%; }
User avatar
Platinum Boarder

GK User
Sun Jul 18, 2010 1:53 am
Hi Teitbite

The logo is more larger, 160 height and 104 weight

Tell how can I do to ajusted it?/

thanks
User avatar
Junior Boarder

GK User
Sun Jul 18, 2010 8:46 am
as seichinha wrote :

Code: Select all

1.logo { width:150px; height:40px; background:#f4f2ef url('../images/logo.png') no-repeat 0 0; padding:0; }
h1.logo>a { text-indent:-999em; display:block;width:150px;height:100%; }


see the height and the width in those 2 lines? change those to the corosponding sizes of your logo...

else let us see your www, and lets look at it :)
User avatar
Platinum Boarder

GK User
Wed Aug 25, 2010 4:18 pm
I have the latest edition of Corporate 2 and still I cannot change the logo dimensions in my template.css to make my logo work like the attached. Basically the attached is what I want. But when I add my logo which is obviously taller I cannot get it to work in - it just pushes everything down the page?

Any ideas - I can send someone a private message with URL if they need it?

Thanks in advance :blush:
User avatar
Gold Boarder

GK User
Wed Aug 25, 2010 6:45 pm
please send a msg with link i look at it...
User avatar
Platinum Boarder

GK User
Wed Aug 25, 2010 9:44 pm
Thanks, I have emailed you a link to my website. Basically I want it to look like what I have in my message above but cannot do it?
User avatar
Gold Boarder

GK User
Wed Aug 25, 2010 10:21 pm
i also mailed you the code, but if others want it too here it is :

Code: Select all
h1.logo { position:absolute; top:-60px; }
#gk-wrapper { margin-top:60px; ]


past it in to the end of templates.css

it moves the whole page down a notch, and then move the logo up, and positions the logo right.
User avatar
Platinum Boarder

GK User
Wed Aug 25, 2010 10:29 pm
I can confirm for others that this fixes the issue - thank you very much for the prompt reply.
User avatar
Gold Boarder

GK User
Wed Aug 25, 2010 10:32 pm
you are more than welcome :)
User avatar
Platinum Boarder


cron