Navbar link help

Hey all!
I’m trying to organise my nav bar. When I fix position my links they are all on top of each other. I’ve had a google and it mentions using margin-top: 0; , but I’m not sure where I’m setting that margin.

Any help would be greatly appreciated.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36

Challenge: Build a Product Landing Page

Link to the challenge:

Well, I’m not exactly sure what layout you’re trying to achieve, but I managed to set them in a row (not on top of each other) by removing width: 100% and position: fixed from the li selector. I also removed the a ruleset that sets anchor tags to block elements.

this will be fine to reed:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.