margin / padding not working
OK, so I think you've tried to add margin and padding to .brandList
div which has display: inline
property. Change it to display: inline-block
and margins and paddings should work. (check: http://tympanus.net/codrops/css_reference/display/).