How to increase the width of the phone number field?

  • V2Media
    Asked on January 9, 2018 at 2:10 AM

    masking the PHONE NUMBER creates an entry field too short to display the 10-digit (default format) number entered by a user. how can I make it large enough to display correctly?

  • Nik_C
    Replied on January 9, 2018 at 5:21 AM

    Please insert the below CSS into your Custom CSS Field:

    input#input_29_full {

        width: 150px;

    }

    Adjust the width more or less if you need.

    Let us know if you have any further questions.

    Thank you!