Hi there,
Please update your code to :
@media (max-width: 979px){
.x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 186px;
}
.x-navbar .x-container.max.width {
width: 100%;
max-width: 100%;
background-color: #fff;
padding-right: 50px;
padding-left: 50px;
}
}
Hope it helps.