I’m trying to add vertical space between some sections of a page by adding a bottom padding to the section containers, but I can’t get it to work. I assume that it has something to do with the fact that I’ve got un-ordered lists inside the containers and that the list items are floating (using float: left;).
I have also tried with margins and what not, but to no avail.
Floating your containers left, as well, and then adding bottom margins should fix it