Fields entry length is dependant of sub label

  • ShufeMedia
    Asked on May 10, 2017 at 3:33 PM

    Hello Support,

    How do I make field stay the same size? Currently as the number of characters in the sub-label changes, it changes the length of the fill-able fields and as a result some look short & some look long (see attachment). The fields should remain the same length based on their type and not the number of characters in the sub label. Would you please tell me how I can fix this without spending hours to do the CSS for each field.

    Thanks

    Bijan

    Jotform Thread 1141377 Screenshot
  • Kevin Support Team Lead
    Replied on May 10, 2017 at 5:57 PM

    Please, try injecting the following CSS code in order to set the same width to all your fields with sub-labels: 

    .form-sub-label-container {

        width: 100% !important;

    }

    This guide will help you to add the code: How-to-Inject-Custom-CSS-Codes

    Hope this  helps.