Hi I installed the plugin Subscribe To "Double-Opt-In" Comments that currently puts a checkbox below the SUBMIT your comment button for each blog article. I would love to have the checkbox of this plugin between the box for the comment and the SUBMIT button. Is this possible? I am thinking of manipulating the comment_form to achieve this goal, but I am not sure if this is the correct workflow. Thanks in advance, Stephan
Hello Stephan, Please do let me know your website link. If plugin style allow then I will try to provide you code for this.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .subscribe-to-doi-comments { margin-top: -103px; } textarea#comment{ margin-bottom: 40px; } Adjust its value as per your requirements.
Hi Gourav, your code seems to work, except that I now have a line break inbetween the check box and the sentence "subscribe me". Cheers Stephan
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .subscribe-to-doi-comments label { position: relative; top: -22px; right: -22px; } You can adjust the value of "top" and "right" as per your requirement.