Form fields are distorted

  • dignity14
    Asked on April 20, 2016 at 8:05 AM

    Forms fields are distorted and spills over. Kindly advise.

    Someone suggested that this fixes the issue but I do not know how to access files to change it.

    Replacing : .form-line {
    padding: 12px 36px;
     
    With : .form-line {

    padding: 12px 13.5px;

     
    Best wishes.
    Jotform Thread 822688 Screenshot
  • Charlie
    Replied on April 20, 2016 at 9:44 AM

    I'm not sure what you meant by distorted, the text are readable in my end?

    If you wish to change the highlight color, font size, font family and the design of it, you can simply do that using the Form Designer Tool. You can find this guide helpful: https://www.jotform.com/help/300-Form-Designer-Tutorial-Let-s-create-fantastic-forms- 

    The CSS code mentioned, you can paste it under the CSS tab in your Form Designer Tool:

    Here's the code:

    .form-line {

        padding: 12px 13.5px;

    }

    Form fields are distorted Image 1 Screenshot 20

     

    Let us know if that works and if you need more adjustment on it.