No mobile menu appearing at all on smaller screen formats

My menu works fine on full screen but on mobile and tablet it disappears completely. I have read through the forum and none of the other cases seem to apply. Website is www.poseknowscabo.com. Thank you!

Hello Dane,

Thanks for writing in! You are using Ethos stack and have set the background color of the navbar to white. This is why the mobile menu is no longer visible. By default, in Ethos, the color of the mobile menu is white. You should be seeing it below your logo image:

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-btn-navbar.collapsed,
.x-btn-navbar:hover,
.x-btn-navbar.collapsed:hover {
    color: red;
}

Feel free to make adjustment of the given code above as you need. Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Amazing help, thank you!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.