Demo https://kart.dev5.dev/elements/design/row-and-stack 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> Copy 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> Copy