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

HTML How to Make a Website Responsive Web Design and Testing Refactor the Layout

Alejandra Quezada
Alejandra Quezada
3,896 Points

Hey guys... I just wanted to let you know that I had trouble trying to pass this code challenge - error in the ios app.

It kept telling me my answer was incorrect (it wasn't), and got stuck. Then, in my pc woked perfectly. - Just in case someone has the same issue!

Aren{e we supposed to used the app for code challenges? I wonder if it was because of the heavyness of previous content...

3 Answers

Paul Neumyer
Paul Neumyer
15,301 Points

Here is the answer that worked for me.

@media screen and (min-width: 480px) {
  #gallery li{width: 28.3333%;}
}
Alejandra Quezada
Alejandra Quezada
3,896 Points

Hey Paul, thanks.

That's the one! I meant that for some reason, my ipad app wasn't recognizing it... Then I came to the pc and passed it, with the same answer... Has it ever happened to you?

Paul Neumyer
Paul Neumyer
15,301 Points

Nope, I have always done the code challenges on my iMac. If the answer is correct can you please mark it as the answer. Thanks.