I posted a reply to this old thread, but as it’s been marked as ‘resolved’ I’m guessing that’s why I’ve not got a reply: http://www.swiftideas.com/forums/topic/logo-distorted/page/2/
In short, the logo in the header on my site is getting stretched and distorted, despite inputting its dimensions into the boxes given.
I can see roughly the issue – with the header layout on Center, the 3 header sections with the span4 class limit the logo to filling 1/3 of the width, whilst our logo is very wide but not tall. Thus, the height is stretched out of the aspect ratio, and the right and left sections of the header are practically empty.
Is there a CSS rule, or modifications to the PHP files, that I can make to perhaps change the right and left header sections to span2, and the central logo section to span8?
Or an even simpler fix?