Hello,
Is it possible to put the “Yes, add me to your mailing list” on top of the button “post comment” and to the left instead of below and center ?
thanks
joanne
Hey joanne!
Add this to your custom CSS.
.wysija-after-comment {
transform: translate(-250px, -60px);
}
#respond .form-submit {
transform: translate(0px, 30px);
}
Cheers!
Elliott
Thanks, it works perfectly.