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 How to Make a Website Responsive Web Design and Testing Build a Three Column Layout

Harrison Morgan
Harrison Morgan
2,260 Points

Why wont my logo on my my contact page go to the bottom of the page?

I have followed what nick has said but for some reason my Instagram logo on my contact page is at the top but nick's is at the top.

Can someone please help!

https://teamtreehouse.com/workspaces/18289252#

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there! Unfortunately, the link you provided is private to just you. For us to be able to see your workspace you need to make a snapshot and link it to us :sparkles:

Harrison Morgan
Harrison Morgan
2,260 Points

Hi Jennifer, i do not understand what you mean by a snapshop.

Looking forward to your reply.

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Harrison Morgan on the upper right side of your workspace you'll see camera icon. You can use this to create a snapshot of the workspace. When you do this, follow the link it creates and then paste it here. More information on creating a snapshot can be found at this link:

https://teamtreehouse.com/library/previews-and-snapshots

There's also this posting from the community https://teamtreehouse.com/community/workspace-snapshots

2 Answers

Rebecca Trynes
Rebecca Trynes
7,271 Points

Without seeing the code at all, I can only assume it might be a {position: absolute; bottom: 0;} issue??? This will also depend on where in the code the logo is positioned and if it's inside of a container div or not. Possibly not that helpful a reply, but what the hell.

Rebecca Trynes
Rebecca Trynes
7,271 Points

Ah, I see what it is. Your main.css needs to have clear: both; within the footer style:

footer { clear: both; }