Hello There,
Thanks for the updates! It overlays the content because your navbar is positioned as fixed in mobile screen. If you do not want it to overlay on the body content, please remove this code from the customizer:
@media (max-width: 979px){
.x-navbar-fixed-top {
position: fixed;
}
}
Please let us know how it goes.