Viewing 1 replies (of 1 total)
  • Hi @juliancho3000,

    Please try add this in Customize => Additional css :

    .main-navigation .onepress-menu { display : block; }
    #nav-toggle { display : none; }
    @media screen and ( max-width: 400px ) {
    .main-navigation .onepress-menu { display : none; }
    #nav-toggle { display : block; }
    }
    

    You can change 400px by any screen width you want.

    Hope it helps!

Viewing 1 replies (of 1 total)

The topic ‘MOBILE MENU’ is closed to new replies.