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 Styling Web Pages and Navigation Style the Portfolio

Roy G
Roy G
7,955 Points

Reducing the margin to 30% doesn't create 3 columns

I ran the code here and it all worked fine. I started playing around with it and would expect reducing the margin to 30, but intstead it left it at 2 columns and put the Facebook and Twitter icons on the right.

What am I missing here?

1 Answer

Roy G
Roy G
7,955 Points

Nevermind, the answer was in the next video... clear: both for the footer. Also, I forgot to add 5 pixels for the additional column so you actually need them to be 28% for 3 columns.