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 trialbellapalumbi
4,041 PointsMy primary and secondary columns won't become one column when I make the window smaller.
They are two columns even when the page is as small as it can get.
2 Answers
Alex Peters
Courses Plus Student 3,662 PointsIf you are using a big screen (iMac etc) might not be able to make the browser window small enough to mimic a 440px screen. I had this problem, changing the min-width for the first section of code to 660px will enable you to test it and prove the code with the browser you are using. Don forget to change it back to 480px!
Unsubscribed User
Courses Plus Student 7,294 PointsHey there! Do you have your responsive.css set up? The first section of code should affect the contact.html
@media screen and (min-width: 480px) {
the float left and float right, for primary and secondary ids should follow.
Hopefully this is the same lesson!
Blake Boyles
1,284 PointsBlake Boyles
1,284 PointsI am having the same issue. I do have my reponsive.css setup. I wrote everything exactly as Nick does in the video.