Hello,Enfold team.could you please give me an idea about this problem
https://postimg.org/image/af1t5x3z5/
when i input something to the table ,it move down a little bit.
I am using form craft plugin, and i know it is about third party plugin issue.but i and the author of the plugin haven’t seen this issue before.He just want me to ask you what may cause this issue so that we can continue to solve the problem.
Thank you in advance.
Hey sarutty,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
html .formcraft-css .fc-form .form-element .error {
top: -20px;
}
.formcraft-css .form-element .tabular-cover .tabular-table td:last-child span {
right: -19px;
}
If that does not help, please show how they should look
Best regards,
Yigit