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
liamquick
4,362 PointsGetting the footer section to stick to the bottom
I'm working on making a simple website with what I have learned. I came up with what I consider a nice design for the footer, but it doesn't look right on some browser sizes because it doesn't quite make it to the bottom of the screen. I can't figure out to position the footer to it's always positioned at the bottom up the web page with no spacing below it. Any help would be appreciated.
2 Answers

nnuxiragwh
10,345 PointsHi Liam,
Here is a sticky footer guide
http://css-tricks.com/snippets/css/sticky-footer/
Regards, Tomek

Tommy Gebru
30,164 Pointshaving same problem with footers did it work?
liamquick
4,362 PointsYes, it worked very well. You just have to adjust some things to make it the size you want.
liamquick
4,362 Pointsliamquick
4,362 PointsThanks, I altered the code a bit and it worked for what I needed to do.