My forms fields became very small!

  • xalkidatheatro
    Asked on September 22, 2021 at 11:27 AM
  • Jovanne JotForm Support
    Replied on September 22, 2021 at 11:23 PM

    Hi, thank you for contacting support.

    Please try adding this custom CSS code:

    GUIDE: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    li[data-type="control_textbox"] div[data-layout="half"], li[data-type="control_dropdown"] div[data-layout="half"], li[data-type="control_email"] div[data-layout="half"], li[data-type="control_number"] div[data-layout="half"], li[data-type="control_phone"] div[data-layout="half"], li[data-type="control_datetime"] div[data-layout="half"], li[data-type="control_signature"] div[data-layout="half"]{

     max-width: 62% !important;

    }


    Please give it a try and let us know how it goes.

  • xalkidatheatro
    Replied on September 23, 2021 at 7:08 AM

    Thanks a lot, everything works fine!!