Sep 28, 2022 11:10 pm
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
Website URL
2 Replies
Sep 29, 2022 7:48 am
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.