resize logo

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Wed Mar 16, 2011 4:37 pm
Hi

How do I resize the logo in this template - I've changed the size in the template.css - to match the size I want - but it doesn't change it!!

regards

Paul
User avatar
Junior Boarder

Konrad M
Wed Mar 16, 2011 4:39 pm
Hi
Can you give us url to your site?
User avatar

GK User
Thu Mar 17, 2011 1:07 am
@julian hubbard

in my case, it's height=150px width=980px
be particular of your logo graphics to avoid unnecessary stretching.

Edit both
1. ..templatesgk_twncsstemplate.css

#logo {
float: left;
display: block;
width: 980px;
height: 150px;
}

2. then change "scale" on layouts/blocks/header.php

..templatesgk_twnlayoutsblocksgk_header.php

<img src="<?php echo str_replace("index.php/","",$this->URI->root()); ?>templates/<?php echo $this->template->template; ?>/images/header.jpg" alt="logo" height="150" width="980"/>
User avatar
Junior Boarder

GK User
Thu Mar 17, 2011 10:18 am
Thank you very much for your help - it worked!
User avatar
Junior Boarder

GK User
Thu Mar 17, 2011 10:37 am
i'm happy i could help... enjoy...
User avatar
Junior Boarder


cron