Bug: Main menu spills out on medium screen
-
On medium screen sizes (e.g. smaller than 1920 but bigger for mobile menu) menu spills out of the screen.
The bugs are actually two:
- If the menu element of first level is near to the border of the screen, it always shows childs with left: 100% and it will spill out of screen.
- All next level menus do the same, but even worst, because they cannot be seen on the screen, again script doesn’t consider available screen and display it always with left: 100%
The issues are reproducible if your menu have several elements (we have 8 primary menu elements, and 3 level deep menu) on first level and below 1400px resolution.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug: Main menu spills out on medium screen’ is closed to new replies.