Need help matching the height of the input field and font-size of the text input in the Dynamic Textbox widget to the other input fields in the form

  • iStore
    Asked on December 10, 2016 at 3:22 AM

    Can you give me the CSS code that I need to paste into the widget to get the Tracking Number(s) field to match the rest of the form (taller field, larger font, etc)? Thanks.

  • Mike_G JotForm Support
    Replied on December 10, 2016 at 4:37 AM

    To adjust the height of the input box and the font-size of the text in the "Tracking Number(s)" (Dynamic Textbox widget) field, please add the CSS codes below to the Custom CSS tab of the widget.

    p[id^="p"] {

        height: 40px;

    }

    input[id^="var"] {

        height: 28px !important;

        font-size: 16px !important;

    }

    Need help matching the height of the input field and font size of the text input in the Dynamic Textbox widget to the other input fields in the form Image 1 Screenshot 20

    Hope this helps. If you need any further assistance, please feel free to contact us again anytime. Thank you.