Archived topic
cannot get my menu to display on mobile view
3 replies · Started by Elizabeth on February 28, 2023
Hi there,
My site: https://cashhomebuyerpros.com/
On mobile view, I want to show my logo, my "get my offer" button, and the off canvas panel menu button. I want these three to all scroll together sticky style. Currently, the mobile menu button does not display at all. I think it could potentially be rendering behind the logo/button combo thing I built. Kindly advise what changes to make in order for all 3 to display together and scroll together sticky style.
Thank you,
Liz
Hi there,
in Customizer > Additional CSS you have this:
/* remove menu toggle */
.main-navigation .menu-toggle,
#mobile-header .menu-toggle {
display: none;
}
Delete that CSS as its hiding the hamburger toggle
that fixed it! thank you
You're welcome