Home › Forums › Theme support › Dreamy Logo Size › Reply To: Dreamy Logo Size
Hi,
we’ve set a maximum height of the logo of 90 pixel and a maximum widht of 280px. If you want, you can go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
#brand img {
max-width: none;
width: auto;
max-height: none;
}
Of course you can set “width” also to “width:300px” or a value of your choice.