Bootstrap Span Is Overlapping15 Aug 2013 Try setting a static width on the span. This ensures responsive knows when to put it on another line. It solved my issues with the spans overlapping.example: add style="width: 520px" to your div with class="span6"