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
Matthew Pace
1,754 PointsResponsive: Flow of images between different devices.
I've got 2 mages that need help flowing to the left. I am getting one image to flow correctly, but not the other. Is there a way to add two images to this coding in css? It needs to be the 3nd and 4th. When I add this code for the 3n, it doesn't work.
#gallery li:nth-child(4n ) { clear:left; }
Abraham Juliot
47,353 PointsAbraham Juliot
47,353 PointsHi Matthew,
Do you have a live version of the code? You can share your code through a git hub repo or a live editor like codepen.io, c9.io, repl.it, or jsfiddle.net. Have you looked into using flexbox instead of floats?