My problem: the Label and the input-field are not in the same line
codeoutput is: <p>Anrede (Pflichtfeld) <span class="wpcf7-form-control-wrap anrede"><input type="text" name="anrede" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" /></span> </p>
Now it looks like
Anrede (Pflichtfeld)
INPUTFIELD
How i need:
Anrede (Pflichtfeld) INPUTFIELD
Sorry for my bad english