I'm developing a website using Twitter Bootstrap 3, and I do have two problems:
This is my structure for instance (I had to place the sidebar right to have it down when collapsing):
<div class="col-md-8">
<p>This is content, and when collapsing I want it to be placed over the sidebar! </p>
</div>
<div class="col-md-4">
<p>This is sidebar, and it gets down, but I would like to have it placed at the left side of the content!</p>
</div>
Thank you very much, Ralf
The pull and push classes are great for this, try:
<div class="col-md-8 col-md-push-4">
<p>This is content, and when collapsing I want it to be placed over the sidebar! </p>
</div>
<div class="col-md-4 col-md-pull-8">
<p>This is sidebar, and it gets down, but I would like to have it placed at the left side of the content!</p>
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With