I added:
<div class="container">
<div class="row">
<div class="col-sm">
One of three columns
</div>
<div class="col-sm">
One of three columns
</div>
<div class="col-sm">
One of three columns
</div>
</div>
</div>
in Content > Titles and Content > Homepage > Header, trying to create 3 columns for some graphics and it is stacking my columns instead of placing them side by side. What am I doing wrong?
<div class="container">
<div class="row">
<div class="col-sm">
One of three columns
</div>
<div class="col-sm">
One of three columns
</div>
<div class="col-sm">
One of three columns
</div>
</div>
</div>
in Content > Titles and Content > Homepage > Header, trying to create 3 columns for some graphics and it is stacking my columns instead of placing them side by side. What am I doing wrong?
Comment