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 trialRoss Wilkinson
5,430 PointsHow do I avoid overlapping my columns and sticky footer?
Hi there, I have been working on the column layout challenge and have managed to complete it successfully, however when I resize my browser to just before the media query min-width the bottom of the text columns begins to overlap with the sticky footer instead of the footer adjusting itself, what should I do to avoid this from happening?
Here is a link to my workspace snapshot: https://w.trhou.se/cvtchh934b
Thanks!
1 Answer
Ross Wilkinson
5,430 PointsManaged to solve this using a clearfix solution on the container div in a later lesson: https://teamtreehouse.com/library/css-layout-basics/page-layout-with-the-float-property/clearing-and-containing-floats
Seokhyun Wie
Full Stack JavaScript Techdegree Graduate 21,606 PointsSeokhyun Wie
Full Stack JavaScript Techdegree Graduate 21,606 PointsHi Ross, Thank you for kind notes. It really helped me to solve the footer issue. Have a good day!