Logo size

The logo on the site I'm working on (http://twentysevenglo.wpengine.com/) is too small in the header. I've uploaded different sizes but the theme shrinks them all to the same size. How can I create more space and make the default size about twice what it is now?

Comments

  • Hey,

    to increase logo twice, please use below css:
    .header-fixed #Top_bar #logo img { max-height: 70px; }
    .header-fixed #Top_bar { height: 80px; }
    body.minimalist-header.header-fixed:not(.template-slider) #Header { min-height: 80px; }
    .header-fixed #Top_bar #logo { height: 60px; }
Sign In or Register to comment.