Navbar Moves to 2 lines on Browser Resize

Hi @Austin_Clement it seems your nav bar is blocking the view of the hamburger, so try this.

On landscape view, add a fixed height to Content Wrapper class of 53px.

Then, add to Nav Menu 50px on the top margin and remove all padding.

This should solve your problem.

PS: % height on mobile generally acts funny, so its better to have some fixed heights to have better control.