Dear support team,
I added the acceptance checkbox to the contact form 7.
It works all fine. However, the checkbox and the content is displayed in two lines.
I would prefer to have checkbox and content in one line.
Can you please help me?
See the link here:
http://spielraum-tanzdialog.de/kontakt/
Thank you very much for your help.
Regards,
cerstin
Comments
for now please use this css
span.wpcf7-form-control-wrap {We will fix it in the upcoming updates.width: auto !important;
}
span.wpcf7-list-item {
margin-left:0 !important;
}
thanks