Formidable Forms margin problem
Formidable Forms does not line up the last name field properly as can be seen at
http://bikerscompanion.com/contact-us/
Is the margin mentioned below needed? Can something be done to fix the problem?
Permalink:
https://formidablepro.com/help-desk/...comment-187198
From: Celeste
Post:
Hello,
Your form is doing this due to this
.form-field, .wpua-edit-container {
margin: 20px 0px 20px 20px;
width: 75%;
position: relative;
}
It is coming form your in their theme's style.css file on line 2949.
You'll need to remove the margin for this class and it should fix the
problem.
Let me know if this helped.