• Resolved Trish

    (@trible)


    Have installed your comment reply email notification on 3 different blogs now… LOVE IT!

    BUT… there needs to be a space between the checkbox and the 2 statements. All 3 sites need that space in order to look more professional. See screen print provided.

    Thank you in advance,
    Trish

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Arno Welzel

    (@awelzel)

    Additional space can to be added using custom CSS:

    #cren_subscribe_to_comment {
        margin-right: 0.5em;
    }

    There is no whitespace since then there would be too much space in some themes.

    Edit: the GDPR box can be modified in a similar way – you have to check which ID it has (use the web developer tools of your browser to examine the checkbox and look for id attribute) and add this as well if needed, like this:

    #cren_subscribe_to_comment, #wp-comment-privacy-consent {
        margin-right: 0.5em;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Needs space between checkbox and statement’ is closed to new replies.