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.
Hello guys.. sorry about this stupid question but.. i couldnt find anything relative to it (even here), so.. lets go;
im trying to centralize the entire form of wpdiscuz on my website, but.. i aint an expert on front end so, i just cant... here is the link of a page that show it well: https://vipmovie.ml/sugestoes/
you guys see? i just want it to be in the center, not left... well, i think its pretty simple to do it, if anyone can help me do it ill be very thankful (x
This is a theme-related CSS issue. Please watch this video: https://www.screencast.com/t/r73G8p0tUBYJ
Use this CSS code to get it resolved:
div#comments { margin: 0 auto !important; }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.