Change inputs from vertical to horizontal

Hi, I have a question.
In my Glide app, my input fields are showing vertically (one below the other).

What I need is for these fields (they are numeric entries with a maximum of 3 digits) to be displayed horizontally, all in one line, like small boxes next to each other.

Does anyone know which component or setting I should use to switch from vertical to horizontal?
I’m attaching two reference images:
:one: How it currently looks (vertical)
:two: How I need it to look (horizontal, small, and editable)

Thanks for the help :folded_hands:

1 Like

Surely you’ve already tried wrapping them inside a container, right?
This is a styling issue, and it can only be solved with custom CSS.

2 Likes

Yes, I tried putting them inside a container, but on the mobile view they still appear vertically.

1 Like

Does your plan support custom CSS?

2 Likes

Using CSS will definitely solve it if your plan allows for it. Otherwise, you could always use an AI component and have it right to all four fields.

3 Likes

Don’t have much to add, since solid advice has been given already. Just this: performance-wise my advice would be this: fix it using css rather than using the custom component.

3 Likes