Can I change the size of the email capture field? (ECB)

You can change the size of the email capture field in the Email Collection Bar by adding this code to your theme's css file.


#ecb_email_input {
 width: 100px !important;
} 

You can replace 100 with a different number to adjust the size of the field.