Logo Module Missed

GK User
Sat May 08, 2010 11:48 am
Hi,

i tried to set a new logo but size of that module is very small for the new logo.

I saw in th Module Positions that it´s a module called "Logo" but i cant see it anywhere when i try to search it in "Modules" on Joomla Admin Panel.

Where i have to look then?


Website: http://lifestylegym.es/

Thanks :)
User avatar
Fresh Boarder

teitbite
Mon May 10, 2010 10:06 pm
Hi

You can edit file template/gk_party_freak/layout/blocks/mainnav.php and set the logo in code in line 8:

Code: Select all
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>


than You will need to edit template.css and find class:

Code: Select all
div.logo-text, h1.logo {
float:left;
height:125px;
margin:0;
width:185px;
}


to change the size of the logo.
User avatar
Moderator


cron