Resize Form Input Fields in Squarespace 7.1
Use the below CSS to customize the height and width of form input fields:
/* Resize Form Field Input*/
#INSERT UNIQUE ID HERE
{
min-height : 10px;
max-height : 35px;
width : 300px;
} */Adjust height and width to your needs */