Use the Bootstrap Grid to Put Elements Side By Side

I don’t know what i am doing wrong. I have been to every forum page I can find…

Untitled

It seems the divs in this example are nor really nested the way they should be to get the results you want. Maybe you want to try wrapping them. So how about:

<div class="container">
  <div class="row">
    <button class="col-md-4">test</button>
    <button class="col-md-4">test</button>
    <button class="col-md-4">test</button>
  </div>
</div>

example here: https://codepen.io/lukaszsobek/pen/WEzxqd