Reply To: Nav off center?

#10035555
Support
Keymaster

Hello, it’s because of the text content difference, to fix that you can add this:

(css/custom.css)

@media (min-width: 992px) {
	#header .header-nav-main nav {
		margin-left: 30px;
	}
}

Please try that and let me know if you need further assistance.

Kind Regards,

Jonas