March 21, 2017 at 6:34 am
#10019863
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.