Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #531901

    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?

    #532154

    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

    #532180

    Thank you, Yigit. That was the solution!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog Page: Removing Excess Space Between "Notify me…" text and Check boxes’ is closed to new replies.