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 trial

HTML How to Make a Website Styling Web Pages and Navigation Polish the Navigation and Footer

Brandon Sosa
Brandon Sosa
3,164 Points

I'm having trouble getting my nav list items to display side by side with display: inline-block. https://w.trhou.se/sy00

I can't seem to figure out why display: inline-block; isn't working for me. any help would be appreciated. Thanks! Here's my workspace. https://w.trhou.se/sy009vandg

1 Answer

Aaron Wuerch
Aaron Wuerch
7,024 Points

Hi Brandon,

After reviewing your code, your Nav list items are lined up next to each other.

Remember to refresh your browser window of your website preview after you make any html/css changes.

Hope this helps.