Hello,
When I was using the earlier version, you helped me with a small code that helped the comment section stretch all along with the container so that it looked aligned with the post... with the awesome new upgrade the previous code don't seem to work.. can you please help?
Pls see the url below https://tarak.gorai.info/as-a-mature-student-oxford-collegiate-life/
I would like the comment box to take up the whole horizontal space to look aligned with the above post.. can you please help.
Hi @taraknathgorai,
Please use this CSS code. Then delete all kind of caches, then navigate to website front-end and press Ctrl+F5 twice to reset browser cache.
.comments-area {
width: 100%!important;
}
thank you so much for the prompt ( and detailed) response... I followed the easy to follow steps.. but still, I guess it stretched only partly.. you can see the page once again.. on another post that has some comments.. for a large/wider browser, you will notice the difference in the width.. the post is taking a different/larger width, while the comments section a smaller width... ( I may be wrong, as the space on both the sides may be margins of WpDicuz to make it look good) ... Functionality wise it should not bother me much, just that ... it makes little design mismatch and makes it feel like out of the place plugin... thanking you in advance...
https://tarak.gorai.info/as-a-mature-student-oxford-collegiate-life/
https://tarak.gorai.info/as-a-mature-student-oxford-collegiate-life/
div#wpdcom { width: 100% !important; max-width: 100%; }