Re: Logo
Hi Bizzy-
There aren't any width/height settings on the header logo. I'd also have to see your site to see how you're currently doing it.
The only css that you could tinker with would be in master.css and this block:
Code:
.header-logo {
display:table-cell;
height:120px;
vertical-align:middle;
}