Nav Menu tablet viewport ‘dead zone’
-
Scenario:
– Nav Menu added, breakpoint left at default tablet, so it shows the toggle button on mobile/tablet viewports
– Noticed on iPad Air 2, menu toggle does not display in landscape orientation, but it does display in portrait
– troubleshot with desktop browser by dragging width down to smaller viewport:
— Within desktop browser, menu toggle is hidden between exactly these pixel widths:
1009px -> 1024pxAt 1025px it switches to the desktop viewport (viewport settings are default).
I checked to see if any padding/margins were playing a part, thinking it might have compensated for the 25 pixels of dead space:
– Removed all padding from menu toggle, its parent column(and set widget space to zero), and parent section, still hidden between 1009px and 1024pxAny ideas? Is there a CSS workaround that can force the display of the toggle? If breakpoints are turned off, it just forces the horizontal menu display, and I want a toggle. Thanks.
- The topic ‘Nav Menu tablet viewport ‘dead zone’’ is closed to new replies.