sparkles2.png

Form - Larger Input Boxes

 

This line of code will allow you to edit the input boxes on a form to be larger than the default slim size.

 

How to use the Effect

Simply head to the 'edit CSS' section of Blocklab whilst you are on the product page, copy and paste the below code in, hit 'Save' and then go back to Blocklab and hit 'Publish' to apply the effect.

 

#shop #blocklab-page-name .built-form .form-control {
   height:
40px !important;
}

(To change the height of the form on a specific page, replace the Blue code with your page name)

(To change the height of the form input box, change the code in Red)