Site logo

Archived topic

Can’t remove mobile menu

4 replies · Started by Jeff on January 11, 2018

Viewing posts 1–5 of 5

Hi,

Can you please let me know how to disable the mobile menu? It enabled itself when I made an edit to another menu and now I can’t get rid of it. The mobile header is already disabled but the menu remains.

A screenshot of the menu is below.

Screenshot

Hi there,

Try this CSS:

@media (max-width: 768px) {
    .main-navigation {
        display: none;
    }
}

If this doesn't work can you link me to the site?

Thanks.

Hi Leo,

Thanks for the quick response. That CSS didn’t work and it removed everything above the menu, but not the menu itself.

Also, I can’t get any of the mobile drop downs to work - even the one I’m trying to remove. I’ve linked my site below as you requested.

Best,
Jeff

Hi Leo,

I figured it out, it was the secondary nav menu. Thank you for your time!

Glad you figured out!

This archived topic is closed to new replies.