I know it’s late for my answer, but… The solution is to set, in CSS file, the position of “wpcf7-form-control-wrap” span. Like this :
.wpcf7-form-control-wrap {
position: inherit;
}
Thank you!
P.S.: I guess you need to add double inverted commas/double quotation commas, not single inverted commas/single quotation commas. (“”, not ”).