Resize Logo container

Hi guys:

I’d like to double the size (height) of the logo container but do Not want to break the theme. How would you suggest I do this?

Thx,

Marco M

There is no easy fix for that because header navigation size is based on logo size, which means that the larger is the logo, the larger will become your navigation menu.

Probably you might want to try to absolute position your logo but in most cases it will look worse than large header menu but you can give it a try.

Add this code to Theme Options - Other - Custom CSS

#logo {
    position: absolute;
    z-index: 10;
}