Wider textbox | WordPress.org

[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.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer