I have this HTML:
<div class="container-fluid">
<div class="row">
<div class="col-md-2 col-md-offset-2">Logo</div>
<div class="col-md-6">
<div class="row">
<div class="col-md-11">Main menu</div>
<div class="col-md-1">Search</div>
</div>
</div>
</div>
</div>
and I want to move the Search div
on the same row as the Logo div
for col-sm-*
and the Menu div
bellow them in full width.
I know Bootstrap is mobile-first but that doesn't help me do it.
Here's a fiddle link with the example and extra markup: https://jsfiddle.net/v54ba3bw/