here i have a screenshot of my problem.
i have a plugin (AWeber Web Forms) who give me the option to subscribe to newsletters
but is not alight right the checkbox and the text
I ask ask here this because if i use another comments system works well (comments from jetpack)
my question is how can i alight the text next to checkbox?
thankyou
yes, here
Hi!
Add this code to the Quick CSS:
#commentform input[type='checkbox'] + label {
left: 22px;
top: -3px;
}
Result:
Regards,
Josue
thanks