Question about layout for a clock in / clock out app

In the attached screenshot… I am wondering how the small boxes (Today & This Week) were done. If I try to use a container with 3 columns… on mobile they still end up stacked.

I need to do something similar where I need to display some information from certain columns of a single row. So I don’t believe I can use a collection which displays the same column data from multiple rows.

TIA
Adam

Kinda hacky, but if you need three items in a row every time, you can try a button component.

1 Like

Thanks Robert.