How to align the sub labels in the phone number field?

  • ohlerb
    Asked on July 19, 2016 at 4:10 PM

    Hi, the default AREA CODE and COUNTRY CODE labels do not align correctly. Can you tell me how to fix this?

    Jotform Thread 886280 Screenshot
  • Welvin Support Team Lead
    Replied on July 19, 2016 at 5:36 PM

    The boxes are closed to each other so the best way to fix it would be to remove the separator. Inject the following custom CSS codes to your form:

    span.phone-separate {

        display: none;

    }

    Follow the steps from this guide to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes