How to adjust right padding of the text field?

  • leadingageconferenceservices
    Asked on April 15, 2016 at 8:38 AM

    Hello,

    How do I get them in? I made the form wider but the sentences went with it.

    https://form.jotform.com/60815295936162

    Jotform Thread 819351 Screenshot
  • Nik_C
    Replied on April 15, 2016 at 10:24 AM

    You could inject this CSS code to your Custom CSS:

    .form-html {

        padding-right: 20px;

    }

     That should adjust your text field.

    Hope it helps.

  • leadingageconferenceservices
    Replied on April 15, 2016 at 1:43 PM
    Hello and thank you for your quick response!
    I see form-html { but do I erase something or just add “padding-right…” beneath that text? I am scared to mess up the coding so I want to be sure.
    }
    .form-label-top,
    .form-label-left,
    .form-label-right,
    .form-html {
    color: #070707;
    }
    .form-checkbox-item label,
    .form-radio-item label {
    color: #212121;
    }
    Thanks,
    Danielle Gray, CEM| LeadingAge| Manager, Exhibit & Sales Operations
    • 202.508.9473 | Fax 202.939.5820
    2519 Connecticut Ave. Washington D.C. 20008
    ...
  • David JotForm Support
    Replied on April 15, 2016 at 3:07 PM

    If you add the code in with the section you referenced, it will apply to the other elements listed there as well.  Add the code my colleague referenced at the bottom of all of your current code.  No need to erase or edit any of the current code, simply add the extra code at the very bottom of all of the current code.

  • leadingageconferenceservices
    Replied on April 15, 2016 at 3:43 PM
    Success!! Thanks so much your Customer Service here is excellent!
    Danielle Gray, CEM| LeadingAge| Manager, Exhibit & Sales Operations
    • 202.508.9473 | Fax 202.939.5820
    2519 Connecticut Ave. Washington D.C. 20008
    ...