Apr 09, 2020 7:39 pm
Hy guys!
First of all, I want to congratulate you for the excellent work with WPdiscuz.
Wel... I use my blog configured without Gravatar. And when I installed WPdicuz 7 beta 8, the left padding of the comment form is showing up with an error.
Please, see the image above that a uploaded.
Thanks in advance.
4 Replies
Apr 09, 2020 8:33 pm
I solved the problem with the following CSS code:
#wpdcom .wpd-form-foot {
margin-left: 0px!important;
}
#wpdcom.wpdiscuz_unauth .wc-field-submit {
padding-top: 0px!important;
}