I'm trying to create a space between the sections on this page by adding bottom padding to the container divs (#developers, #contributors, #playtesters) but I can't get it to work. I assume it has something to do with the fact that I've got un-ordered lists within the container divs and that the list items are using float: left; but no matter what I try I can't get it to work. I've also tried adding margins and what not, but I can't seem to get a space between the container divs.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Float you containers left and then use margin-bottom: should work
|
|||||
|
|
Either float the containers left or set overflow to "auto." With either solution you will still need to set a margin to create the aforementioned spacing.
|
|||
|
|

