Hello There,
Please add the following CSS via Appearance > Customize > Custom > CSS to have mobile menu always expanded.
@media (max-width: 979px){
.x-nav-wrap.mobile.collapse {
display: block !important;
height: auto !important;
}
}
Hope this helps.