Viewing 1 replies (of 1 total)
  • There is no comment box on your website pages?

    However copy page.php and single.php to the child theme, then you would wrap the comments function call in a new <div></div>.

    <div class="aligncenter">
    	<?php comments_template( '', true ); ?>
    </div>

    Or

    <div style="display:block; text-align:center;">
    	<?php comments_template( '', true ); ?>
    </div>

    HTH

    David

Viewing 1 replies (of 1 total)
  • The topic ‘Centering Twenty Eleven Comment Box’ is closed to new replies.