How can I make the first name and last name fields equal sizes?

  • Realtipix
    Asked on November 27, 2015 at 12:03 PM
    Thank you, worked great. How can I make the first name and last name fields equal sizes? For some reason, they are two different sizes as default in your system.
  • Mike
    Replied on November 27, 2015 at 12:31 PM

    This is possible to set an exact width in pixels for both first and last name inputs by applying the next CSS:

    [data-type="control_fullname"] input {
    width : 140px;
    }

    How can I make the first name and last name fields equal sizes? Image 1 Screenshot 20

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