Can you help me adjust field label in my form?

  • Tarsus
    Asked on January 12, 2018 at 6:51 AM

    Hi,

    Please could you let me know whether it's possible to adjust the layout of short text fields as in my screenshots below.

    Currently:

    1515757810current Screenshot 10


    I would prefer to have the text label all in one row:

    1515757848new Screenshot 21

    Thanks

    Emily

    Jotform Thread 1347149 Screenshot
  • Sabbir
    Replied on January 12, 2018 at 9:28 AM

    You can try inject the following custom CSS in your Form designer's CSS tab:

    .form-label-left

    {

      width: 200px !important;

    }

    Please follow this guide to know how you can inject custom css:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you have any further query, please let us know.

  • Tarsus
    Replied on January 15, 2018 at 7:33 AM

    Excellent!! Works perfectly.

    Thanks!

    Emily