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 CSS Layout Techniques Display Modes Inline-Block Formatting

davide totaro
davide totaro
5,559 Points

I am following step by step the processor with my sublime text, but inline-block doesn't works at all!!!!

please help me!!!!!

Justin Black
Justin Black
24,793 Points

This 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.

3 Answers

Placid Rodrigues
Placid Rodrigues
12,630 Points

Hi 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
Christopher Gilbert
6,239 Points

This fixed the problem for me! Good suggestion Placid.

Jesus Mendoza
Jesus Mendoza
23,288 Points

Maybe you could add your code so we can see what's wrong?

Hi Placid Rodrigues,

Thank you for your answer! I was having the same problem as david, but removing "white-space: nowrap" solved the issue.