Jul 18, 2022 1:24 pm
Hi there,
I just installed wpDiscuz. Somehow the form is centered in the middle, crossing the sidebar in the right. I couldn't find any conflicting code and try to change the alignment. Unfortunately without any success.
Hopefully you can help my find out what I'm missing...
Thanks in advance,
Sjors
Website URL
2 Replies
Jul 18, 2022 1:36 pm
The issue comes from the active theme, not the wpDiscuz one. Please watch this video: https://www.screencast.com/t/1qxLVyb6Kdz
You should change the styles for the div with the comments id. Something like:
#comments { margin: 0; max-width: 900px; }
Please don't forget to check and make sure there are not any issues on mobile devices as well.