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 trialdavide 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,289 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,793 PointsJustin Black
24,793 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.