Well the header menu is working fine when we check from our end. Please confirm it. if you wish to remove the header from mobile menu, you may add the following css inside the additional css field of your customizer;
@media screen and (max-width: 620px) {
.lavish_head {
display: none;
}
}
Thanks!