Hi all, I installed a word press theme which unfortunately did not allow the comment facility on the static pages. I copied the <?php comments_template(); ?> from the post template to the page template. On the post template the comment box is perfect center, however on the page template the comment box pushes itself to the left edge of the theme. Which code will rectify this to make the comment box center itself?
Is there any code in the comments template that is telling it to go to the left side of the page? Also have you tried just putting <center> tags around it? Can you provide a link?
Hi Sizzle, I tried the center and it moved the name, website, and email box but not the actual comment box. This is a link to the box that I want to rectify. this is a link to what I want it to look like. http://turkishpropertysite.com/?p=461
Could just put a div around it and add some padding to the left side so it will move over a little bit?
Yeah, I mean create a new div class and place it around the comment box and then set it to add some padding to the left side of the div.