Reply To: stickySetTop needs to be different for mobile vs. desktop

#10019863
Support
Keymaster

Hello,

1) In css/custom.css change this:

@media (max-width: 991px) {
	.sticky-header-active #header .header-logo img {
		margin-top: 65px;
	}
}

To this:

@media (max-width: 991px) {
	.sticky-header-active #header .header-logo img {
		margin-top: 35px;
		margin-bottom: 5px;
	}
}

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

Kind Regards,

Rodrigo.