CSS to increase width of phone entry box

  • DocEastin
    Asked on October 20, 2018 at 3:19 PM

    I would like to slightly increase the width of the phone number box - so it can accommodate a full 7 digits plus the dash separator. So far, my attempts have increased both the area code and the phone number box width. I only want to increase the phone number input box.

    Thank you 

  • DocEastin
    Replied on October 20, 2018 at 3:30 PM

    I've tried:


    }

    #input_6_phone {

    width: 100px !important;

    }

    and 


    }


    #input_6_phone {

     width: 100px;

    }

    Thank you

  • jherwin
    Replied on October 20, 2018 at 3:40 PM

    Hi DocEastin,

    We are happy to hear that you solved your problem. Please feel free to contact us if you need any further assistance.

    Thank you.

  • DocEastin
    Replied on October 20, 2018 at 3:42 PM

    Never mind. Finally figured it out using the advanced CSS function - pretty slick:


    #input_6_phone {

        width : 73px;

    }