Site logo

Archived topic

Tablet menu does not show hamburger on live site but shows in "Appearance" edito

7 replies · Started by David Victor on February 12, 2019

Viewing posts 1–8 of 8

In tablet mode in the Appearance -> Layout -> Primary Navigation correctly shows the hamburger menu, but on the live site, it still shows the desktop menu, which looks messy:

Thanks for your help!

Yes, I am using it all in portrait mode. So the tablet is showing the full menu in portrait mode, even though when in the Appearance editor, it shows it (also in portrait mode) correctly with the hamburger...

Thank you Tom! How can I make the mobile menu appear in the top right as it does on the smartphone width vs. appearing a line down on the other mobile sizes? Try widening and narrowing to see what I mean...thanks!

Also seeing that when the menu is mobile, the word "Menu" next to it is underlined. How do I get rid of that?

Hi there,

include this CSS within the media query you added for changing the menu breakpoint ie. just before the last curly }

button.menu-toggle {
    width: auto;
    float: right;
}

I am not seeing the MENU underlined?

This archived topic is closed to new replies.