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:

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.

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

Does your plan support custom CSS?

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.

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.

I’d have a preference for the AI custom component :slightly_smiling_face:

Even better, it would be nice if Glide added a configuration option such as “vertical stacking” or “horizontal stacking".