Archived topic
comment area width not aligned with the article text
3 replies · Started by Lorenzo on May 31, 2020
Hello guys how are you? I've purchased your theme cause of the customization possibilities. I've got a problem tho. Basically the width of the comment area (I use wpdiscuz) under my articles is not aligned with the width of the text and I don't know why. I attach a picture so you can understand.

I opened a help request on the discuz forum as well but we haven't manage to sort out this problem. They told it's a theme issue tho. Can you help me out please?
Hi there,
This shouldn't be a theme related issue as you can see that the theme container matches the content container:
https://www.screencast.com/t/9DpQJNvnI
Looks like the plugin is setting its own container width?
https://www.screencast.com/t/41JrQEYgkDPl
Right... So... How can I fix it?
Try this to remove the padding:
#comments {
padding: 0;
}
The rest of the space is all coming from the plugin itself and they should be able to help you out.