Can I change the width of the first name and las t name fields

  • mday36
    Asked on March 12, 2015 at 4:57 PM
  • BJoanna
    Replied on March 12, 2015 at 5:39 PM

    You can change the width of the first and last name fields by Injecting Custom CSS. Inside of your Form Builder go to Setup & Embed tab then click on Preferences. Select Form Styles tab and inside Inject Custom CSS paste this code ad the and of existing code:

    #first_19 {

        width : 150px;

    }

    #last_19 {

        width : 150px;

    }

    You can add different values for width according to your needs. 

    Can I change the width of the first name and las t name fields Image 1 Screenshot 20

    Let us know if you need further assistance.