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

HTML

I'm not sure how to remove this...

In my website that I'm making the footer will not get any smaller.

I have two divs and I have them next to each other and its looks fine but there's a 500px space on top of them that I cant remove or make smaller.

1 Answer

Steven Parker
Steven Parker
229,644 Points

It sounds like you may have an issue with a margin setting. Be aware that the mechanism of "margin collapse" can cause margins of child elements to protrude through a containing element

For more specific assistance, post a link to your site or to a workspace snapshot, or post the code itself (with Markdown formatting).

yep, it was my background photo the bottom margin was about 120px too big. Thanks for the help!!!