Hi there,
Thanks for writing in!
To achieve that, add following CSS under Custom > CSS in the Customizer:
@media only screen and (max-width: 979px) {
.x-btn-navbar {
display: none !important;
}
.x-nav-wrap.mobile {
display: block !important;
}
}
Hope this helps. 🙂
Thank you!