Pages

Change Blogger Comment Box Width

Q: I want to change the width of comment form of my Blogger blog. It is narrower compared to the post area, and looks odd. How to do it?

Ans: You can change the width of the comment form of your Blogger / Blogspot blog very easily. Just follow these steps:

Step 1. Login into your Blogger account and select the the blog.

Step 2. Choose 'Template' and click on 'Edit HTML' button.

Step 3. Select 'Expan Widget Template' and find following code by pressing Ctrl+F:
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
Step 4. Now replace '100%' by '600px' or any other value best suited to post areas width.

Step 5. Preview and if everything is fine then Save your template.


Now the width of the comment box will be changed. If the width of the comment form is more than or less than the post area, you can change it by replacing '600px' by any other value. 

* You should back up your template before making any type of change to it to avoid risk of damaging it.