If your main menu shows under the content of the page on any mobile device, add the below CSS code to fix the issue.


@media only screen and ( max-width: 980px ) {
#main-header {
z-index: 99999;
}
}