Archived topic
Get Menu Button Element to show in Mobile Header
3 replies · Started by Tim on November 11, 2022
Cant seem to figure out how to get our menu button to show on mobile device for our site? I've look at all the settings and don't see where to remove hide on mobile, etc. Can you direct? We want the Book Appointment to appear on under the logo and to the left of the hamburger menu.
Hi there,
Can you try removing the hide-on-mobile custom class added to the button?
https://www.screencast.com/t/LUjwq24fU
Let me know :)
Thanks. I looked forever for that and finally found the setting lol.
Is there a way to put the hamburger menu at the top by the logo and then have the button centered beneath and fill the width on mobile?
It would be a little more complicated but do-able.
1. Add back the hide-on-mobile class for the current button in the menu_bar_item hook.
2. Add another button using the after_header hook with hide-on-desktop class.
Let me know if this works :)