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.
I have just installed your plugin from Wordpress Plugins section for the first time. Cleared cache after installation and looked up for a few other instructions in FAQ section but it seems I can't figure out what is wrong.
What I have is messed up blocks position where comments 'form-wrap' and 'threads' blocks are put in a row. Whereas the right element should be located to the top of the comments form.
It displays the same way in all browsers I have.
Hopefully you can help me to solve this issue cause your plugin is what I've been needed a long time!
UPDATE: I temporarily fixed issue by pasting this code into CSS settings:
#wpdcom {flex-direction: column; align-items: normal; }