Resize Form Input Fields in Squarespace 7.1

Use the below CSS to customize the height and width of form input fields:

Copy Code Example
/* Resize Form Field Input*/ 
#INSERT UNIQUE ID HERE
 {
    min-height : 10px;
   max-height : 35px;
   width : 300px;
} */Adjust height and width to your needs */

    
Previous
Previous

Solid Drop Shadow Button Effect in Squarespace 7.1

Next
Next

Modify Text on ‘News and Updates’ Form Checkbox Squarespace 7.1