Hi, I experience huge problems with a mailform filed.
It seems like some of Enfolds CSS is interfering with the E-mail field in the form.
(When I change the .optbox input[type=text], the Email field dosent react)
Please take a look at this example:
Sorry found a solution in the forum.
This Works:
#top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
min-width: 100% !important;
Hey Jonas!
You can remove the Enfold form styling in css/base.css, line 182.
Best regards,
Josue
Thanks