• Resolved oh_hello

    (@oh_hello)


    Hi There,

    Just wondering the best way to disable the mobile menu on the Twenty Twenty theme? I’m referring to the “…Menu” nav that appears on smaller screen sizes.

    I have a very simple nav (3 items) and I would just like the desktop menu to be visible at all sizes. The mobile menu is overkill for my needs.

    I could fiddle around with the CSS but I’m wondering if there’s a neater way just to disable the function that enables the mobile menu or if there’s a better way to do this.

    I’ve created a basic child theme so I can add the required code there.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could remove the code from the header.php file however the CSS would still be applied into smaller browser widths. So in one way or another you’ll have to still modify the CSS to have it display the primary navigation at smaller browser widths even if you remove the code for the “… Menu” content at smaller browser widths.

    Thread Starter oh_hello

    (@oh_hello)

    Alrighty, I suppose I’ll stick with just removing the media queries for smaller sizes then. Thought there might be a more elegant way to do that. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable mobile menu on Twenty Twenty theme’ is closed to new replies.