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 How to Make a Website Responsive Web Design and Testing Build a Three Column Layout

Esteban Correa
Esteban Correa
1,824 Points

My secondary column icons are not floating to the right with the contact info.

My secondary column icons are not floating to the right with the contact info.

Sage Elliott
Sage Elliott
30,003 Points

Please post your code or a link to your workspace you're working on!

If you are unsure as to how to post code here take a look below.

How to Post Code to the Treehouse Forum

If you are using workspace a new and easy way to show us your code is called snapshot. Follow this link to see how it works.

I had this same issue and isolated the problem within my contact.html file, under section id="secondary">

Turns out, I'd mistyped it: section id-"secondary". Once I replaced the dash with an equals sign, the icon floated with the text as expected.

Hard to tell what you're running into without seeing your code, but it could be a small typo that's causing the problem, so make sure to double check that "secondary" section in your html file.