@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"/>