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

CSS Responsive Layout

Joshua Steffan
seal-mask
.a{fill-rule:evenodd;}techdegree
Joshua Steffan
Front End Web Development Techdegree Student 9,010 Points

Contact Area Movement

Hi Everyone! I'm just doing a techdegree project and I'm just having issues with the Contact Area at the bottom of the Page. Ill attach a link to the repository on github but basically it starts moving to the right and then moves up into the portfolio area after expanding the browser width from about 950px. Ive been trying to get through it for the past couple hours but im just not seeing the solution. I think im over thinking it. Can anyone give advice? https://github.com/JoshuaSteffan/Responsive-Layout

3 Answers

I'm not sure what you want to do to fix it, but if you comment out the #main-content div rule in the min-width: 768px media query the problem seems to go away.

Hope that helps.

Joshua Steffan
seal-mask
.a{fill-rule:evenodd;}techdegree
Joshua Steffan
Front End Web Development Techdegree Student 9,010 Points

At that media breakpoint i want it to change to a two column layout, i think i have narrowed it down to the float left attribute in the #main-content div