Change Size of The Comment Form :
Comment form will be displayed below every posts in blogger blog. This comment form enables writing comments and publishing on blogs. To improve the appearance of your comment form on your blog , you have to set the proper height and width of the comment form. If the comment form width is less than the post body width in your blogger blog , it better to increase the comments form width, up to the post body width.
How to Change Height and Width of Blogger Comment Form :
We can change height and width of the default comment form in blogger blog. With out adding the any extra script code to your blogger blog we can simple customize blogger comment form. In this post i'm giving the basic method to change the height and width of the comment form in blogger .
Follow below steps change the height and width of the Blogger comment form
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Template
Step 3 : Click on Edit HTML
Step 4 : Search below script code on 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%'/>
To change height of the comment form increase height attribute value in above code. i.e replace 410 value with higher value.
To change the width of the comment form simply increase width value in the above script code.
So replace width='100%' with width='500px' and if you need more width simply change '500px' - '600px' or any value as you require.
Step 5 : Click on Save.
With this method you can increase or decrease the height and width of the Blogger comment form.
0 comments:
Post a Comment