Email Field is larger than the others

Hi there

The email field is larger on the website than in the preview. Where can I adjust the size so that all fields (except the text field) are the same size?

Website: Screenshot by Lightshot

Elfsight: https://prnt.sc/mHQO7xZUgd5q

https://dash.elfsight.com/widget/2cfe92f1-eb36-49a9-973c-c289a887a5ad

Thank you for your help!

Dominik

2 Likes

Hi there, @Dominik1 :waving_hand:

This issue is with our devs now. I’ll report back once it’s fixed :wink:

2 Likes

We’ve fixed the issue using this CSS code:

input[type="email"] {
  padding: 0 !important;
}

Please check your website and let me know if it’s fine now :slightly_smiling_face:

2 Likes

Perfect! Thank you!:star_struck:

2 Likes

It’s my pleasure :wink:

1 Like