Okay
  Public Ticket #3152933
wpDiscuz is not centre unsure how to centre it.
Closed

Comments

  • Lars started the conversation

    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

    Attached files:  A0780152-3129-4DD9-9B15-62099CB147D1.jpeg

  •  1,103
    Max replied

    Hi, 

    what is your website URL where I can see the comment box in action ?

    Thanks,


    Max from the Sonaar.io Crew

  • Lars replied

    larsofficial.com/ssxp-whoiam

  •  646
    Alexandre replied

    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

  • Lars replied

    Thank you Alexandre it worked! LEGEND! 

  •  646
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew