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:
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; }
Comments
Post a Comment