Reply To: Center menu with logo

Home Forums Support Center menu with logo Reply To: Center menu with logo

Home Forums Support Center menu with logo Reply To: Center menu with logo

#233355
Garth Dryland

Sorry I overlooked something and this appears to work.

@media (min-width: 769px) {
	.main-navigation:not(.is_stuck) {
		margin-top: 0;
	}
	
	.main-navigation:not(.navigation-clone) {
		margin-top: 15px;
	}
}

I still have a little more testing but I feel its sorted now.

Cheers