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 Adding Breakpoints for Devices

Devin Neal
Devin Neal
1,947 Points

Breakpoints

added breakpoints to my about page. when the screen is small the mail, phone, and twitter images are to the left of the links. when the screen is larger the links move to the right in a separate column, but the images stay on the left. what have i done wrong?

1 Answer

Hi Devin,

Post the css that you have in responsive.css as well as the whole wrapper div in contact.html.

If your icons are all the way on the left then it could be that you're not floating your secondary column properly.