Responsive text in columns

Ideally I am trying to do the following.

When the app is full size show the text in 3 columns.
When on mobile show only in one column.

At the moment I create 3 separate text fields then manually adjust them for the mobile layout.

Is there any CCS magic that I can apply to achieve this (or any other method?)

Cheers

Steve Warby

you’ll have to edit innerHTML, but remember that dynamic height is not supported by hype, so the setup may get complecated. one possibility

1 Like