Logo Image Problem

Joomla template especially designed for news or magazine website with amazing content display flexibility.
GK User
Thu Oct 14, 2010 12:53 am
I uploaded a new logo.png size 288w 100h, but the image is shown with size (i think)200w and 75 height even when i changed the code in the templates.css.



|* Logo */
|#logo {
| float: left;
| display: block;
| width: 200x;
| height:100px;
|
| background-color: #fff;
|}

Please help me
User avatar
Fresh Boarder

teitbite
Fri Oct 15, 2010 2:41 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Fri Oct 15, 2010 4:22 pm
fighttube.gr
User avatar
Fresh Boarder

teitbite
Sun Oct 17, 2010 7:41 pm
Hi

In template.css:

Code: Select all
#logo {
background-color:#000000;
float:left;
width:288px;
}


and in gk_header.php line 29:

Code: Select all
            <img src="<?php echo str_replace("index.php/","",$this->URI->root()); ?>templates/<?php echo $this->template->template; ?>/images/logo.png" alt="logo"  height="75" width="288"/>

User avatar
Moderator

GK User
Tue Oct 19, 2010 7:24 pm
thank you!!!!
Now i have another issue. The image is shown in the correct size but appears behind the menu. How can i move down the template?
User avatar
Fresh Boarder

GK User
Wed Oct 20, 2010 2:50 am
On template.css file, find this line:

Code: Select all
#top_wrap { height: 80px; 288width: 10px;}


replace with (i.e.)

Code: Select all
#top_wrap { height: 160px; 288width: 10px;}


Cheers ;)
User avatar
Platinum Boarder

GK User
Wed Oct 20, 2010 9:35 am
thank you very much!!!!!!!!!!!!!!!!!
User avatar
Fresh Boarder


cron