a question asked by an Anonymous visitor .So this post would be helpful for blogger users who want to change the width of the blogger comment form easily. The area that is used for typing the words is known as the Comment form. When anyone wants to post a long comment, they could be feeling that it’s difficult to type long sentences. So changing the default appearances and performances of blogger template is very important to increase the user friendliness.
By default blogger comment form is very narrow. It means comment box appears as the default value in spite of fluid or fixed template. By changing the width of the blogger comment box to fix it to blog-post layout, people can share long words without any fuss.Because they do not have to change the width manually.This makes your blog look better and fit well to blog post.
Now let’s see how to change the width of comment form easily.Follow below instructions respectively.
1: Sign in to your Blogger account.
2: Now go to Dashboard → Template and backup your current template first.
3: After downloading the template,click on the Edit HTML button and find below HTML code in your template.
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
Note : This HTML code may be encountered more than once time in your template, So make the changes to all of them.
4: Now we have to change above highlighted codes. Let's see what we can do above codes.
The width of comment form is defined by the percentage of the whole width of blog content.You might need to know how to check the width of blog content and change it.
If you want to wide the comment form by 120%,you would change the value to width='120%'.
Also you can specify a constant value/width to the comment form using length measures such as em,px,pt,in,cm,mm etc. If my blog post layout width is 600px and i want to fit the comment form to body layout and increase the height,i should change the comment editor width like below.
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='500px' id='comment-editor' name='comment-editor' src='' width='600px'/>
5: After setting up width and height of comment editor,Save your template to affect the changes.
Check : Add Blogger Contact Form to Specific Pages
This tutorial explained you how to change the width and height of blogger comment form easily. I would like to know your questions,suggestions and views. So share your thoughts via commenting below.Happy blogging day pals :)




