Hi I am having issue with centering this plugin. wpDiscuz
I have looked on some forums and this one I linked above is saying to contact theme support.
Currently the comments box is to the left but I want it in the centre of the page
One of the comments said 'Regarding the movement of the comment section. The wpDiscuz is being loaded through the <?php comments_template() ?> WordPress template function. You should either find and change the position of the function in the active theme files or contact the theme support with this question. They'll easily point you.
How do I do this? Where do I find it and what code if any do I need to change?
Hi I am having issue with centering this plugin. wpDiscuz
I have looked on some forums and this one I linked above is saying to contact theme support.
Currently the comments box is to the left but I want it in the centre of the page
One of the comments said 'Regarding the movement of the comment section. The wpDiscuz is being loaded through the <?php comments_template() ?> WordPress template function. You should either find and change the position of the function in the active theme files or contact the theme support with this question. They'll easily point you.
How do I do this? Where do I find it and what code if any do I need to change?
Thank you!
Lars
Hi,
what is your website URL where I can see the comment box in action ?
Thanks,
Max from the Sonaar.io Crew
larsofficial.com/ssxp-whoiam
Hello Lars,
Please go to wp-admin>theme options>custom css/js
And add this code in the custom css field:
#comments {
float: none !important;
margin-right: auto !important;
margin-left: auto !important;
padding: 0 25px ;
}
Thanks,
Alexandre from the Sonaar.io Crew
Thank you Alexandre it worked! LEGEND!
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew