Hello
I made a form with ContactForm7 and it’s quite OK.
BUT, one of the items (Radio Buttons) WAS OK when I first made it… Then, as I put (and then removed) a QUICK.CSS code for padding (or something like this), the ALIGNMENT went off:
https://www.dropbox.com/s/ymjvgox69mf883e/align_contactform7.jpg?dl=0
Here is the link to the website:
https://www.linchen.com.br/customizar/
And I will put the admin info in private.
Regards,
Newton
Hey Newton,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.wpcf7-form input[type=radio] {
width: 20px;
}
#top label span, #top legend span {
text-align: left;
}
If you need further assistance please let us know.
Best regards,
Victoria
Victoria, it worked like a charm…
But I saw later that this issue also happened here (Acceptance form):
https://www.dropbox.com/s/2zlujf6s0h6i2f9/Captura%20de%20tela%202017-12-22%2020.21.34.png?dl=0
What’s the code to change this behavior?
Regards and Merry X-Mas!
Hi,
Try this code in the General Styling > Quick CSS field:
input.wpcf7-form-control.wpcf7-acceptance {width: 13px !important; }
Best regards,
Mike
It worked well!
Thanks!