Expired
Hi, I added checkboxes to contact form but they look ugly.
Contact
Can you please help me to align these checkboxes to left.
Thank you
Hello,
Please try adding this css into your Custom Css box:
.wpcf7-form-control-wrap input[type="checkbox"] { width: 20px !important; margin-left: 8px !important; margin-top: -12px; margin-right: 6px; float: left; }
This will be the result: https://postimg.cc/image/747k01ypn/
Best regards!
You must be logged in to reply to this topic.