Custom column style

Hello,

how can I set width of any input? When i need some inputs in three columns or just in one?

I guess its at developer level - custom column style… But do not have any idea which values are expected… Is there any documentation about that?

Hi Thomas,
You are on the right track.
In the “Custom columns style” you can setup, how many columns is going to be occupied by the input.
The page is split into 12 columns. So when you want to have it in three column, you setup
col-xs = 4
col-sm=12
The value col-sm is for small screens. xs is for wide one.

The bootsrap documentation:

Regards
Michal

1 Like