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 trialEli Levin
340 Pointsinline-block seems to not work for me.
I set nav li to display: inline-block; just like Nick did in the video, but my nav section is not expanding like his did when the browser window is resized. Anybody have any idea why this might be happening?
jacksonpranica
17,610 PointsI agree with Mike, showing some code in this comment section would help find the problem.
Jennifer Nordell
Treehouse TeacherThe easiest way to troubleshoot this for you would be to get a snapshot of your workspace. You can create a snapshot by clicking the camera icon on the upper right-hand side of the workspace then post the link here.
But before you do that, let's check some basics. Make sure you save the file. Relaunch the preview then refresh the page. If this still doesn't work, try clearing the browser cache or launching in a private tab. There's the off chance that it's loading in cached data instead of your altered file.
1 Answer
Jorge Luis Ochoa Araoz
10,008 PointsYou could try this:
´´´ CSS nav ul li{ display: inline; } ´´´
Mike Schaming
13,925 PointsMike Schaming
13,925 PointsHi Eli- can you post your code? thanks