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

CSS How to Make a Website Styling Web Pages and Navigation Style the Portfolio

Images still have the same size, and they are not divided into columns

Sorry to bother you but Im going crazy with this :(

The preview on Treehouse doesn't resize the pics, and Im sure of this """img { max-width: 100%; }"""

Plus, when I try to load the preview from Codepen, it seems to work (link to images are broke, of course) But, unlikely the preview on Treehouse, when I preview the code on Codepen, I still can see the bullet points in the left part of the nav bar.

http://cdpn.io/sDejz here is also the link to GitHub https://gist.github.com/anonymous/11383316

I hope I can solve this, it's freaking me out :) thanks in advance

3 Answers

Nicole H
Nicole H
2,981 Points

You need to set the list items inside the unordered list to list-style: none for the nav. Right now the bullet points are only being removed in the gallery because you are specifically targeting #gallery.

Hi. Thanks NIcole. It's working now. Actually the biggest problem was solved just by logging out and re-logging in :) But thanks for the tip to fix the bullet points, it worked straight away

Hi. Thanks NIcole. It's working now. Actually the biggest problem was solved just by logging out and re-logging in :) But thanks for the tip to fix the bullet points, it worked straight away