Quote Originally Posted by ghostcorps View Post
FIstly.. I must heap the obligatory "this roXors!!" compliment.. as has been said a few time. this is such a professional and complete theme. I saw it and there was no further looking needed.

thanks :)


I am however, having a very odd issue. When I originally added the template, I simply copied my logo and all was happy. But, after a few hits & miss's modification wise. My logo decided to take up the full page. I couldn't figure out why so I dumped the template and started again. Yet now the logo insists on being twice is actual size!

This is the logo as it should be http://www.fleshmetal.com.au/137/inc...mages/logo.gif

But if you go to my site www.fleshmetal.com.au/137 you can see it is mutated.

My header is as follows:

// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Fleshmetal.com.au');
define('HEADER_SALES_TEXT', 'Fleshmetal.com.au');
define('HEADER_LOGO_WIDTH', ' ');
define('HEADER_LOGO_HEIGHT', ' ');
define('HEADER_LOGO_IMAGE', 'logo.gif');

Yet if I remove the spaces, or try to hard-code the size it flattens to the correct height, and stays double width. I have cleared the cache to be sure. But, it is still playing havoc with my sense of right and wrong.

Can you suggest where I am going wrong?

Thanks :)
Open up your stylesheet, and adjust the logo width:

#logo {
width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
}

I think perhaps 10em would be a good width. The template was designed with a wider logo in mind, so the stylesheet is stretching out your logo.