Hello,
I cannot find where in the css file I would resize the input fields on the forms (I want them to be the same length in appearance)
Thank you
Started 9 months ago by crazymach | 2 posts |
Hello,
I cannot find where in the css file I would resize the input fields on the forms (I want them to be the same length in appearance)
Thank you
You can select the field size from the form properties. However, if you need to customize the field length, you can add these css code to your form css :
#element_1 {
width: 100% !important;
}
I assume your form single line text field id is 1, you need to change the numbers with your element id.
MachForm Support
You must log in to post.