I'm having trouble creating Navbars while implementing Grid LayOut.
https://codepen.io/Aeshtray/pen/BdqeZL
In mobile view, I want the Navbar to be horizontal (as coded), but fixed,
whereas after the first breakpoint, at 500px width, I want the Navbar to be Vertically Fixed on the left side.
I already tried setting the position: fixed
but that only jumbles up my whole layout.
Made some
css
tweakings, checkout this fiddle https://codepen.io/anon/pen/LjgoKE?editors=1100Updated pen: https://codepen.io/anon/pen/BdGBBo?editors=1100