Email field larger than the others

Why is the e-mail field larger than the others? Can I change this? If so, where?

3 Likes

Hi there, @Dominik1 :waving_hand:

Could you please send me a link to the page where your widget is installed?

2 Likes

Hi Max

Of course:
https://crazy-bardeen.142-132-146-93.plesk.page/

Dominik

3 Likes

Thanks!

I’ve forwarded this issue to the devs and will report back once it’s fixed :slightly_smiling_face:

3 Likes

Hi there, @Dominik1

The widget is influenced by the input class of your website platform.
…templates/shaper_helixultimate/css/template.css

This custom CSS code for the widget can fix this.

[class*="TextControlBase__TextControlBaseInput-sc"]{
  padding: 0px !important;
}
2 Likes

Thank you very much, Sina!!

What if I want to rename a field? Can I still do this as normal or do I also have to change the code? I would like to change the field “Gemeinde” to “Kunde”.

Thank you!
Dominik

2 Likes

Hello guys :waving_hand:

@Sina, your code is almost correct. Our devs slightly adjusted it to make it work on the Dominik’s site and now everything is fine :slightly_smiling_face:

input[type="email"] {
  padding: 0 !important;
  border-radius: unset !important;
  transition: unset !important;
}

@Dominik1 worry not - you can change the names of the fields, it won’t trigger the issue :wink:

3 Likes

Thank you all!

3 Likes

Hi @Dominik1

You can easily change the field labels in the widget settings. Check out the field’s label and placeholder options. If you have any problems, just report them here.

1 Like