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;
}
}
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Thank You Robot assumes no responsibility for any errors or omissions in the content. The views expressed on this blog are those of the authors and do not necessarily reflect the official policy or position of Thank You Robot or any related or affiliated entities or persons.
0 Comments