Home › Forums › Support › Header question › Reply To: Header question
April 28, 2016 at 9:18 am
#190116
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;
}