Why the full name field takes two rows for first and last name inputs

  • oliviersenik
    Asked on November 26, 2017 at 1:48 PM

    Problem no 4

    Normally, when we add a Full Name field, the first and last name fields will appear next to each other. In that form, they appear one below the other. And I can't change their width setting. 

  • Mike
    Replied on November 26, 2017 at 3:37 PM

    This is normal since the form appears to be styled with injected CSS. That CSS changes the field width to the responsive 100%.

    Why the full name field takes two rows for first and last name inputs Image 1 Screenshot 20

    We can try to check the CSS further if you really need to restore the default layout.