I am using Bootstrap \'row\' class to align divs one on top of another, which works fine but
.row {
margin-left: -15px;
marg
Old topic, but I was recently affected by this.
Using a class "row-fluid" instead of "row" worked fine for me but I'm not sure if it's fully supported going forward.
So after reading Why does the bootstrap .row has a default margin-left of -30px I just used the