Tagged: contactform
Dear Support,
I used a contact form and on mobile for some reason the email field is in a different color. Also the width space is not the same / there should be more or the same space on the right as on the left.
Regards
Stefan
Hey ti2media,
Thank you for the inquiry.
The color of the email field is different due to this css code:
#top .kontaktformular input[type='text'] {
background-color: #ffffff !important;
border: none !important;
color: #0d3c63 !important;
}
To correct it, please replace it with the following css:
#top .kontaktformular input[type='text'], #top .kontaktformular input[type='email'] {
background-color: #ffffff !important;
border: none !important;
color: #0d3c63 !important;
}
Then add this css code to adjust the width of the form fields:
#top fieldset {
margin-bottom: 20px;
overflow: hidden;
}
Best regards,
Ismael
That worked. So great – Thanks for your Support.
Regards
Stefan
Hi,
Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.
Best regards,
Mike
