Row
Use the Row shortcode to arrange items horizontally.
Sample Code
<div class="columns gap">
<div>Item one</div>
<div>Item two</div>
<div>Item three</div>
<div>Item Four</div>
</div>
Stack
Use the Stack shortcode to arrange items vertically.
Sample Code
<div class="columns gap flex-column">
<div>Item one</div>
<div>Item two</div>
<div>Item three</div>
<div>Item Four</div>
</div>