Reply To: Header Margin

#10045819
Support
Keymaster

Hello, you can add max-height to avoid that:

@media (min-width: 992px) {
	#header.header-effect-shrink .header-container {
		max-height: 170px;
	}
}