When creating a table how can I increase the text box size?

  • CourtneyCain
    Asked on March 1, 2017 at 2:51 PM

    When creating a table how can I increase the text box size? Image 1 Screenshot 20

     

  • AIDAN
    Replied on March 1, 2017 at 4:48 PM

    Hi, thank you for contacting us.

    Could you please provide us with the form ID or URL so that we can inspect it and assist you better? Thank you in advance.

  • CourtneyCain
    Replied on March 1, 2017 at 6:50 PM
  • Ian
    Replied on March 1, 2017 at 10:58 PM

    You can insert the following CSS code using Inject CSS  

    table input {
    width: 100px;
    }

    Hope this helps