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 trialZachary Green
16,359 Pointsicons are not staying next to links
my icons are not staying next to links. i have double checked my code and i dont know why this is happening
2 Answers
Zachary Green
16,359 PointsI found the answer on another forum post i used inline-block on the links and everything works
Mario Encina
6,627 PointsHi Zachary,
I was having the same problem, and in my case, on the contact.html document I was not giving the second section the id="secondary". Take a look http://grab.by/xXc2
Another option is that on the document main.css, the rule ".contact-info a" is missing the declaration "display: block". Take a look http://grab.by/xXcA