Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

davide totaro
5,559 PointsI am following step by step the processor with my sublime text, but inline-block doesn't works at all!!!!
please help me!!!!!
3 Answers

Placid Rodrigues
12,630 PointsHi davide,
May be you did not remove the "white-space: nowrap" from .main-header element. That might cause the problem.
Hope that helps,
Placid

Christopher Gilbert
6,239 PointsThis fixed the problem for me! Good suggestion Placid.

Jesus Mendoza
23,274 PointsMaybe you could add your code so we can see what's wrong?

John K. Francisco
7,075 PointsHi Placid Rodrigues,
Thank you for your answer! I was having the same problem as david, but removing "white-space: nowrap" solved the issue.
Justin Black
24,266 PointsJustin Black
24,266 PointsThis is not the way to get valid help. You should really include your code so that the community can see what you've done and we can better show you how to correct it.