Center two fields [RESOLVED]

I have two text fields that I would like to center using the small field size.

It looks like I have to create a four column layout for my two fields but this align the fields to the left.

I can use the HTML field to create and opening and closing wrapper and then apply styles to the wrapper to center the contents but this doesn’t seem ideal.

Is there a way to do this without applying external css?

Hi Mark. How about adding an HTML field, then your two fields, then another HTML field? In the HTML field, add a comment only, like <!-- nothing -->. That should center your two fields in the middle of a four-column layout. Will that work for you?

1 Like

Kinda ugly but yes this works :laughing: