Published
- 1 min read
bootstrap side by side columns
The solution for this is noted below
bootstrap side by side columns
Solution
<div class="container">
<div class="row">
<div class="col-xs-6">
ONE
</div>
<div class="col-xs-6">
TWO
</div>
</div>
</div>
Try other methods by searching on the site. That is if this doesn’t work