@doktadivah, Ed has solved the top bar menu problem. The correct code to paste is:
@media only screen and (max-width: 767px) {
#top-bar .show-menu {
display: none!important;
}
}
I’m also having the same issue with the extra menu. The provided code doesn’t seem to solve the problem. It’s still there. Any other solutions addressing the problem?