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 trialTung Nguyen
3,692 PointsWhy do my social icons float on the right side of the gallery instead of the bottom?
footer { font-size: 0.75em; text-align: center; padding-top: 10px; color: #ccc; }
Michael Caveney
50,144 PointsAssuming that's the only code there, it's because you don't have a float set. Is there a universal float set, by any chance? We can't be of much help without seeing the entire document!
Tung Nguyen
3,692 PointsNvm, thanks guys! The solution was in the next lesson, it was "clear: both;"
Aimee Ault
29,193 PointsAimee Ault
29,193 PointsHi Tung,
Can you post the code you're trying?