Technical Documentation Project Help

Hey guys, I’m having trouble with achieving user story #14: “On regular sized devices (laptops, desktops), the element with id="navbar" should be shown on the left side of the screen and should always be visible to the user.” of the Technical Documentation Project. I’ll link the pen in the comments because I can’t submit links yet on the forums. Cheers.

It looks like i still can’t post links in the comments. My pen is at codepen 'dot io ‘slash’ poklipart ‘slash’ pen ‘slash’ VqqxPN

Were you able to figure out your issue? It looks good to me!

Yep! I simply added an id/class (can’t remember exactly) to the css with a name corresponding to that required by the specifications and put a position: fixed command in there.

yayyy glad to hear :+1:

hi coders. i am having thesame problem too. try and look int my code
On regular sized devices (laptops, desktops), the element with id="navbar" should be shown on the left side of the screen and should always be visible to the user.