Site logo

Archived topic

How do I fix my mobile navigation?

3 replies · Started by Andy on January 13, 2022

Viewing posts 1–4 of 4

Hi there,

I can't figure out what I did wrong. Desktop and tablet view look fine for my navigatio bar.

However, in mobile view, I got 2 hamburger icons and my logo is hovering in the middle of the screen. I want my mobile navigation bar to have the same layout as my desktop and tablet view.

Please advise, thanks

Hi there,

add this CSS to your site:

.main-navigation.has-branding .menu-toggle {
    display: none !important;
}

Thanks!!

You're welcome

This archived topic is closed to new replies.