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 Build a Three Column Layout

Gabriel Tutia
Gabriel Tutia
2,652 Points

If we clear the "fourth item", how come does it float on the "mobile view" (<480px)?

If we clear the "fourth item", how come does it float on the "mobile view" (<480px)? I ask it because I thought it'd jump to the next line, so we'd see this happening on mobile: [] [] [] []

Instead, we see this: [] [] [] []

Poul Larsen
Poul Larsen
5,902 Points

your images are not visible!

Tom Checkley
Tom Checkley
25,165 Points

checkout the markdown cheatsheet linked below so we can see your code. It's really useful for when asking questions and makes helping out with answers a lot easier.

Matthew Smart
Matthew Smart
12,567 Points

Without any code to see its impossible for people to help you.

It's like saying my car is broke , why isn't it starting? But forgetting to bring it to the garage. Sure we can guess ...

Gabriel Tutia
Gabriel Tutia
2,652 Points

It's the same code in the video at around 08:35. He clears the fourth item and everything works on desktop and mobile. I get why it works on desktop, I just thought the same "clear" would make it break on mobile. Long story short, the question is: if the fourth item is cleared, how come it doesn't jump to the next line?