Hi @cvouzas
I hope you are doing well.
You will need to use CSS for it, for example:
https://monosnap.com/file/mA3jyhD4VuUXcFbBqdNPPlfVJbJQNn
.forminator-row:nth-child(3){
width: 20%;
}
We do have plans to improve the selectors but we don’t have an Estimated time, for now, we can use the .forminator-row to select the rows and nth-child in case you would like to select any specific row:
https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child
In case you need help with the CSS feel free to share the Form link and let us know what you are trying to do and we can take a look and see if we can help with some custom CSS.
Best Regards
Patrick Freitas