I have
.centered-holder { margin-left: auto; margin-right: auto; clear: left; display: inline-block; }
Then
&l
If you remove display: inline-block; they will stack one on top of the other.
display: inline-block;
Block-level elements begin on a new line, and a DIV is block-level by default.