Jan 12, 2021 2:36 pm
It is possible to move the comment text field box under the form? I want to show the comments
before the comment text field.
Thank you,
L
3 Replies
Jan 13, 2021 8:41 am
We're really sorry, but the wpDiscuz doesn't have such a feature. You can do it via the following CSS code:
#wpdcom form {
display: flex;
flex-direction: column-reverse;
}
However, the rest of the style customization should be done by yourself.
In case if you want to move the comment form below the comment list, we're really sorry, but the wpDiscuz doesn't have a feature that allows you to move the comment box below the comments section.
Jan 13, 2021 3:11 pm
i don't know why, but don't work. thank you