How can I correct the "area code" in the sub field of the telephone number?

  • Onniv
    Asked on January 30, 2019 at 10:45 AM

     

    See how the area code is hidden between the two fields? How can I correct this?  I would like for "Area Code" to appear underneath the little box just like the "Phone Number" does.

     

    Thanks for your help.

    1548862986Jotform screenshot Screenshot 10

    Jotform Thread 1717481 Screenshot
  • AndrewHag
    Replied on January 30, 2019 at 12:38 PM

    Try adding the following custom CSS code to fix the issue:

    .form-sub-label{

      float: left;

    }

    #sublabel_22_city{

      padding-right: 10px !important;

    }

    1548869766chrome MigSUWTOKK Screenshot 10

    1548869789chrome ot2PvJtrJm Screenshot 21

    Follow this guide for more information about injecting custom CSS codes.

    Please do revert back if this solution does not work out for you.

    Many Thanks!