Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi zigzagad,

    I believe the portrait width of an iPhone is 320px, so please reduce the Breakpoint to something just above this and you will only see it in portrait mode.

    Many thanks

    Peter

    Thread Starter zigzagad

    (@zigzagad)

    Thanks for your response Peter.

    I’ve tried setting the break point to 321px but I still get the responsive menu in landcape mode?

    Thread Starter zigzagad

    (@zigzagad)

    Actually, testing this by dragging in a desktop browser, it seems the responsive menu is triggering at 600px – my Menu Breakpoint is definitely set to 321px

    Thread Starter zigzagad

    (@zigzagad)

    Ahhh, got it sorted.

    The theme I’m creating was based on underscores theme, its css included the following:

    @media screen and (max-width: 600px) {
    	.menu-toggle,
    	.main-navigation.toggled .nav-menu {
    		display: block;
    	}
    
    	.main-navigation ul {
    		display: none;
    	}
    }

    I’m guessing you use the same class names?

    Anyway I’ve deleted the above and it all works fine now, sorry to waste your time.

    Hi zigzagad,

    The plugin doesn’t use the same class names as such but includes the original menu which can sometimes bring with it duplicate class names.

    Either way, great that you got it working now and anything else you need just ask!

    Many thanks

    Peter

    Thread Starter zigzagad

    (@zigzagad)

    Thanks Peter

    Hi zigzagad,

    Always a pleasure!

    Peter

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Breakpoint 480px but menu displayed on iPhone landscape’ is closed to new replies.