Jun 01, 2020 3:43 pm
Hello,
Like the title states, is this possible? Like, put the the thumbs up on the right and the thumbs down on the left?
Thank you,
-Chris
2 Replies
Jun 01, 2020 3:51 pm
Hi @chrisr.
Add this CSS code in the "Custom CSS Code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
#wpdcom .wpd-comment-footer .wpd-vote{
flex-direction: row-reverse;
}