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 trialJonathan Haro
18,101 PointsWhy isn't my correct answer working?
My answer is correct but the system won't accept it.
8 Answers
Jason Anello
Courses Plus Student 94,610 PointsHi Jonathan,
It looks like you deleted all of the css that you begin with. You need to leave it all there.
At the bottom of the css is a media query already set up for you. You want to add the style to that.
Jonathan Haro
18,101 Points@media screen and (min-width: 480px) {
#gallery li {
width: 28.3333%;
}
}
Jeff Busch
19,287 PointsHi Jonathan,
I copied and pasted your code, as is, into the code challenge and it passed. Refresh your browser?
Jeff
Jonathan Haro
18,101 PointsJust restarted my browser (Chrome Canary) and retried copy/pasting the code. Still getting the 'bummer' error (Bummer! Be sure to set the width of gallery list items to 28.3333% when the browser is wider than 480px.).
Honestly, I just want the badge. I know the answer is correct but I want the track to show as completed. Not a big deal.
Jeff Busch
19,287 PointsI forgot, try clearing the browser cache and history.
Jonathan Haro
18,101 Pointsstill not working
Jonathan Haro
18,101 Pointssuccess, thanks!!