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

Media logos move into far left column when resolution is expanded to desktop size.

Here is my code for the contact page which is where the problem is.

Thanks for the help everyone.

https://gist.github.com/anonymous/11122271

Hi Sebastian, which media logos do you mean?

4 Answers

.contact-info li.phone a { background-image: url('../img/phone.png') }

.contact-info li.mail a { background-image: url('../img/mail.png') }

.contact-info li.twitter a { background-image: url('../img/twitter.png') }

These ones here.

Thanks Gareth

Are you able to upload your assets to codepen so that I can see them properly?

In your CSS, try changing 'min-width' to 'min-height' under the '.contact-info a' selector.

In your CSS, try changing 'min-width' to 'min-height' under the '.contact-info a' selector.