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 trialKim Sherwood
1,611 PointsUnable 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....
2 Answers
Emilio Queiroz
3,710 PointsNo idea what you're talking. but try this.
footer {clear: both;}
David Nino
Courses Plus Student 3,340 PointsYo thanks. You the MAN!
Amir Duri
4,653 Pointsdont forget in css to add li after the second #gallery
it took me an hour to figure this out :)
Caroline Sheehan
Courses Plus Student 784 PointsCaroline Sheehan
Courses Plus Student 784 PointsHi. Did you figure this out? I have the same problem.
Thanks.