How do I remove a phone separator element?

  • stephenvickers
    Asked on June 11, 2015 at 2:26 PM

    How do I fix the phone input section?

    Is there a way to remove the phone separator in the phone number tool? It is causing the elements to no line up properly. I've included a screenshot.

     

    Jotform Thread 586773 Screenshot
  • Mike
    Replied on June 11, 2015 at 4:00 PM

    Thank you for contacting us.

    It appears that you have already solved the issue with a custom CSS injection.

    .phone-separate {
    display: none;
    }

    If you need any further assistance, please let us know.