I have tried the Beta and also the download from the Wordpress Dashboard.. but for both the plugin, for the Divi Extra Theme ( Elegant themes) the comment box is only half the width of the post page.. pls help... I have added a video here..
The issue comes with the active theme.
Please navigate to the Dashboard > Comments > Settings > Styling admin page, put the following CSS code in the "Custom CSS code" textarea, to solve it:
div#comments {
width: 100%;
}
Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Currently, in the Dashboard > Comments > Settings > Styling admin page, there is already this code.. should I remove it?
.comments-area{width:auto; margin: 0 auto;}
What should it finally look like after adding the suggested above
div#comments {
width: 100%;
}
I just replaced the existing with the new code you shared.. looks like its working.. can you please see if it all good? Example url below.
https://tarak.gorai.info/oxford-ball-the-black-tie-and-louboutin-heels-are-incidental/
Currently, in the Dashboard > Comments > Settings > Styling admin page, there is already this code.. should I remove it?
No necessary to remove that code.
...can you please see if it all good?
Now everything is ok. See the screenshot below: