Fixed Nav bar with Grid Layout

2.5k Views Asked by At

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.

1

There are 1 best solutions below

1
On