Can you change the size of the field first and last name

  • gncjlim
    Asked on March 18, 2015 at 11:16 PM
  • Kiran Support Team Lead
    Replied on March 19, 2015 at 5:57 AM

    You can increase the width of the first and last name by injecting the following CSS code :

    #first_1, #last_1  {

        width : 150px;

    }

    You may change the value of width as per your requirement. Hope this information helps!