In the General Theme, you can specify how many columns will be created:

<div class="col-2 | col-3 | col-4">
   ...
</div>

In other themes, you can't specify number of columns as it is "two" by default:

<div class="col">
   ...
</div>