how can i adjust width of text fields?

  • KimKatzer
    Asked on July 11, 2019 at 10:32 AM

    I increased input width in the extended form designer, saved it, but it does not show in the normal form builder nor in the preview.

    this screenshot is from the advanced builder:

     

  • KimKatzer
    Replied on July 11, 2019 at 10:33 AM

    1562855597Anmerkung 2019 07 11 163235 Screenshot 10


  • John Support Team Lead
    Replied on July 11, 2019 at 12:05 PM

    You can inject a custom CSS to adjust the width of input fields. Please use the code below and follow the guide below it:

    .form-textbox {
        width : 200px!important;
    }

    GUIDE: How-to-Inject-Custom-CSS-Codes

    1. In the form builder, click the Design icon.
    1562861203design Screenshot 10

    2. Click on the CSS tab, and paste the code in the "Inject Custom CSS" area.

    1562861275css tab Screenshot 21

    3. Make sure to click on the Save button.

    1562861303save Screenshot 32