wordpress - Accept Privacy Policy Contact Form-7 in two lines -


i have acceptance button contact form 7 plugin, separating button linked text in 2 different lines. how can fix this?

> <div class="align-center"> [acceptance acceptance-564 ]<a > href="http://www.jornadasdeldeportelarobla.com/aviso-legal/">acepto la > polĂ­tica de privacidad</a> </div> 

that´s code using create contact form , picture of how looks:

enter image description here

thank you!

i've got same problem. solved these:

html (edit contact form)

<div class="acceptance-container"> [acceptance acceptance-443] acconsento al trattamento dei dati personali d.lgs. 196/2003 (<a href="#">link</a> di approfondimento) <br /></div>

then put in css these code

.wpcf7-form-control-wrap { display: inline!important; }

enter image description here


Comments