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

Unable to Get Two Columns of Images in Gallery

I have worked on trying to get my images into two column, but no matter how I change the CSS #gallery code, a space seems to be preventing it to display correctly.

Changing the code to float: left; causes the footer to jump up and display in the space to the right.

I cannot figure out where my code is incorrect....

Hi. Did you figure this out? I have the same problem.

Thanks.

2 Answers

No idea what you're talking. but try this.

footer {clear: both;}

Yo thanks. You the MAN!

dont forget in css to add li after the second #gallery

it took me an hour to figure this out :)