How to reduce size of text boxes in form

  • EmeraldDonors
    Asked on June 29, 2020 at 4:09 PM

    Hi there,


    No matter what I put in on the creative tool some of my boxes are overly big. Please could you assist on how to make this look more in proportion? Thank you :). See example below:

    1593461381Screen Shot 2020 06 29 at 18 Screenshot 10

  • Mike
    Replied on June 29, 2020 at 6:58 PM

    You may try reducing the max-width of the text boxes by adding a CSS to the form.

    Example:

    .form-textbox {
    max-width: 350px;
    }

    How to reduce size of text boxes in form Image 1 Screenshot 20