Hi again,
I went ahead and added the following code in your Customizer:
@media screen and (max-width: 979px) {
.sub-menu {
background-color: #A8DBD8 !important;
position: relative !important;
top: 0 !important;
width: 94% !important;
}
body .x-navbar .sub-menu {
background: transparent !important;
}
body .x-navbar .mobile .x-nav li a {
color: #6d6a6a !important;
}
.x-nav-wrap.mobile {
background: #CFEBE9 !important;
}
}
It’s working fine now. Please clear your browser’s cache and reload the site.
Cheers!