• Hello,

    I like the feature of using the logo in menu, as it creates a cleaner look for the site I’m building.

    That being said, it’s squished the logo a bit smaller than I’d like it when it does that. Is there anyway to resize that slightly, and also space it a little further to the left of the menu bar?

    Thanks!

Viewing 1 replies (of 1 total)
  • Find this in theme css:

    header#masthead.masthead-logo-in-menu .logo > img {
    	width: auto;
    
    	max-height: 80px;
    }

    Change max-height for size you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Logo Size / Spacing with masthead logo in menu?’ is closed to new replies.