This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by s10890424
over 8 years

4/14 Help

I’m confused on 4/14 with bootstrap, help please?

Answer 5614df8f51b887d02d000302

0 votes

Permalink

Hi,

can you post the code you are trying to use and Ill take a look. But as the examoke suggests, it should look like this -

<div class="container">

  <div class="row">
    <div class="col-md-4">
      ...
    </div>

    <div class="col-md-4">
      ...
    </div>

    <div class="col-md-4">
      ...
    </div>

  </div>
</div>

Thanks

Keith

points
Submitted by Keith Light
over 8 years