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 trialBrian Patterson
19,588 PointsThis is the right answer.
Don't know why this is saying it is wrong. #gallery li:nth-child(4th) { clear:left }
2 Answers
Brian Patterson
19,588 PointsIt works for me now. Thanks for the quick reply.
Brian Patterson
19,588 PointsStill says it is wrong. It works in the console but not in the challenge.
Maximiliane Quel
Courses Plus Student 55,489 Pointsit seems to work for me when I put it in. can you paste the entire media query statement that you are trying, please?
Maximiliane Quel
Courses Plus Student 55,489 PointsMaximiliane Quel
Courses Plus Student 55,489 Pointsfirst the argument in brackets should be 4n. and you are also missing the closing ; at the end of your property declaration: