[ad_1]
Hello @loppisinorge
You can modify the widths of the fields via their settings by selecting one of the options: Small, Medium, or Large in the “Field size” attribute. To edit their height will be required to enter some CSS rules through the “Customize Form Design” attribute in the “Form Settings” tab.
Ex.
#fbuilder input[type="text"],
#fbuilder input[type="number"],
#fbuilder input[type="email"],
#fbuilder input[type="password"],
#fbuilder select{
height:45px !important;
line-height: 45px !important;
}But please, note you have the fields distributed in columns. So, the fields’ widths are expanded to cover the column width.
Best regards.
