Reply To: Header question

Home Forums Support Header question Reply To: Header question

Home Forums Support Header question Reply To: Header question

#190116
Tom
Lead Developer
Lead Developer

Hi Dave,

The logo should always resize to fit your navigation.

You can:

a) Increase the height of your navigation in “Customize > Element Spacing”.
b) Increase the height of your logo with some CSS:

.main-navigation .sticky-logo, 
.main-navigation .sticky-logo img {
    height: 40px;
}