How to make logo image bigger

Some themes have a set logo image size. To bypass this, add this piece of code to Custom CSS.

.logo img {
max-height:100%;
max-width:100%;
}

 
  [Voted: 4]