Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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;
}