[SOLVED]how to change default logo size?

Social Joomla! template ideal to promote activities and discussion at various levels with JomSocial support.
GK User
Sun Jun 20, 2010 6:20 pm
the default logo size is 97x30 pixels, i made a logo which is 151x30 pixels, i search template.css but i didnt find anything to change, maybe im just blind or a noob in php.

Anyway thanks in advance
User avatar
Fresh Boarder

GK User
Mon Jun 21, 2010 8:51 am
I searched the whole template.css and I couldnt find the logo width and height, isnt that weird?
Can you actually change the logo size?
User avatar
Fresh Boarder

michalkie
Mon Jun 21, 2010 11:50 am
Please check in template.css:

div.logo-text, h1.logo {...
and
h1.logo a {...
User avatar

GK User
Mon Jun 21, 2010 2:28 pm
michalkie wrote:
Please check in template.css:

div.logo-text, h1.logo {...
and
h1.logo a {...

I went to mysite.com/templates/gk_quay/css/template.css and opened it and i couldnt find anywhere in that file "div.logo-text" or "h1.logo"
Am I looking in the wrong file?
by the way my site link is www.profilescy.com
User avatar
Fresh Boarder

michalkie
Mon Jun 21, 2010 3:07 pm
This is QUAY template, not elveSocial.

gk_quaylayoutsblocksgk_header.php

line 26:

Code: Select all
<img src="<?php echo $this->URI->root(); ?>templates/gk_quay/images/logo.png" alt="logo"  height="30" width="97"/>
User avatar

GK User
Mon Jun 21, 2010 3:43 pm
Try to add this code on template.css file:

Code: Select all
a#logo img {width: 151px;height:30px}
User avatar
Platinum Boarder

GK User
Mon Jun 21, 2010 4:05 pm
thank you so much, if you can move it to quay forum my mistake.
User avatar
Fresh Boarder

GK User
Tue Aug 03, 2010 4:27 am
hey thanks buddy this helped me
ty
User avatar
Fresh Boarder

GK User
Sun Sep 26, 2010 5:29 pm
Thanks Seichinha! This code worked for me!
User avatar
Junior Boarder

GK User
Sat Nov 27, 2010 5:41 am
Is their a way to change the logo height? or move it above the menu?
User avatar
Senior Boarder


cron