Breaking News
Loading...

Change Blogger Comment Form Size - Set Width of Blogspot Comment Form

10:08 AM
Every blogger wish to have large number of comments on whatever he posts in his blog. However, its important that comment section must be attractive so that blog readers do not face any difficulty while leaving comments. You can add beauty to your blogger comments form by removing extra space that appears below comment form and by changing width of comments form. By default, blogger/blogspot comment form is very small and you should change it for better layout. Here is how you can change blogger comment form size.

How to Change Blogger Comment Form Size?

  • Go to Your Blogger Account Dashboard > Design > Edit HTML
  • Check "Expand Widget Templates" box


  •  Search This code (Hint: press CTRL+F keys from your keyboard and copy-paste this code)
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>

  • Just below searched code, you will get an iframe code which will look like
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
<b:else/>
<h4 id='comment-post-message'><data:postCommentMsg/></h4>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>



  • Change the size from 100% to any fix size such as 500px, 600px etc
  • Save Your Template and its Done!
 
Toggle Footer