Hello!
I have a minor issue that I’m hoping someone knows the quick answer to. On a post page below my post comment button, I have two check boxes and the text that goes with them. The check boxes are left justified as I would expect, but the text looks as if it being centered. You can see it here at the bottom of the page below the Post Comment button.
http://www.mosfoundation.org/truly-down-under/
Any help would be greatly appreciated.
Thanks,
Dave
Hey Dave!
Try adding this code to the Quick CSS:
p.comment-subscription-form label {
left: 20px !important;
top: -4px !important;
}
Cheers!
Josue
Thanks Josue!!! That fixed the problem.
Warm Regards,
Dave