Hi there,
Ever since I installed Enfold, I have my subscriber option field collide with the name field. Can you take a look here and tell me how I can display the checkbox and text underneath the three name, email and website fields?
Thank you,
Hey!
Try adding this code to the Quick CSS:
label[for='hybridCommentOptin'] {
position: static !important;
}
Cheers!
Josue