Appnitro Software Forums » MachForm 2

Resizing form fields


  1. crazymach
    Member

    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

    Posted 9 months ago #
  2. redityo

    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

    Posted 9 months ago #

RSS feed for this topic

Reply