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

CSS

Lawrence Lee
Lawrence Lee
4,240 Points

Code challenge- Building the Top Bar in Foundation

Task 4 was asking me to add a class that will hide the paragraph on small devices. So I add the class show-for-small-only right in the paragraph tag class, and it is not working..

This should be the correct Foundation class for hiding elements in the small grid, yet the explanation says it is not. Does anyone has this similar issue?

1 Answer

Erik McClintock
Erik McClintock
45,783 Points

Lawrence,

If you used "show-for-small", that's doing the opposite functionality of what you want. If you want to hide it at small sizes, you'd use "hide-for-small".

Erik