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

The icons aren't moving with the contact information, now that I have added columns

After adding the two columns, the icons for the contact information now stay on the left hand side (instead of moving with the contact details) when I expand my screen size. I can't see what I've done wrong:

https://w.trhou.se/fhiv6o0rc3

2 Answers

Joel Bardsley
Joel Bardsley
31,249 Points

Hi Rachel,

I've just looked at your code for contact.html and it seems your <section id="secondary"> is empty - you just need to move the Contact Details heading (<h3>) and the unordered list with a class of "contact-info" into this section and it should look correct. You currently have the aforementioned elements after the end of the primary section, but before the opening tag for the secondary section.

Hope that helps,

Joel

Thank you! I spent ages making sure secondary was spelt correctly, and I didn't even notice it was in the wrong place! Thanks so much Joel.

Shane Oliver
Shane Oliver
19,977 Points

Could you add your code so we can help debug it