How can I put the sublabels at the top of the field?

  • ronprosky
    Asked on February 1, 2017 at 4:54 PM

    how do i put first name, last name, area code, phone number on top of input box instead of bottom

  • Support_Management Jotform Support
    Replied on February 1, 2017 at 5:45 PM

    These are called sublabels so they are placed at the bottom of a field by default.

    You may re-position them using CSS:

    .form-sub-label {

       position: relative;

       bottom: 45px;

    }

    Here's where/how to inject CSS codes:

    How can I put the sublabels at the top of the field? Image 1 Screenshot 30

    Complete guide: How-to-Inject-Custom-CSS-Codes

    RESULT:

    How can I put the sublabels at the top of the field? Image 2 Screenshot 41