Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMatt Winer
4,023 Pointsnav bar gets stacked on top of each other when I extend the browser screen size out.
When I extend the browser screen size to view the desktop resolution size, the nav bar options (portfolio, about, contact) get stacked on top of each other rather than stay side to side in the mobile resolution.
1 Answer
Feisty Mullah
25,849 PointsIf you could show your codes, it would be easier to figure it out. your nav link should be like below. This should resolve the issue. nav li { display: inline-block; }