On my blog page, News, when you click on a blog post, e.g., Test 4, there is a Leave a Reply box. Underneath that is a Post Comment button. Underneath the Post Comment button are 2 Boxes that can be checked:
Notify me of follow-up comments by email.
Notify me of new posts by email.
What can I do to remove the excess blank space between the Boxes and the “Notify me” text?
Hey mamiewong!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.comment-subscription-form label {
position: static!important;
}
Best regards,
Yigit
Thank you, Yigit. That was the solution!