On my Donate page at the bottom of the form, I’m trying to move my checkboxes and checkbox labels over to the right. I was able to move the labels with the css below but that didn’t affect the checkboxes. Please point me in the right direction. Thanks.
.wpcf7 input[type=“checkbox”] {
margin-right:40px;
}