Dominik1
(Dominik)
January 13, 2026, 4:39pm
1
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
Max
January 13, 2026, 5:20pm
3
Hi there, @Dominik1
This issue is with our devs now. I’ll report back once it’s fixed
2 Likes
Max
January 14, 2026, 11:57am
4
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
2 Likes