I am shure someone asked this before, but I was unable to come up with a good formulation to search for :(. Anyway.
Have a look the following code:
<div class="container">
<div class="row">
<div class="span6">
<div class="well">HELOO WORLD</div>
</div>
<div class="span6">
<div class="well">
some very long text here
</div>
</div>
<div class="span6">
<div class="well">HELOO WORLD</div>
</div>
</div>
</div>
Here a jsfillde. Is there any way I can pull up the third span to come directly after the first span?
Thanks,
Niklas
Put the third div into first column: