Remove The White Space Gap Below Comment Form in Blogger

How to remove the white space gap below comment form in Blogger:

By default, all Blogger blogs have a large white space gap below the comment form. This post will help you remove or decrease the white space gap below the comment form in your Blogger blog.

Follow below steps to remove the white space gap below comment form in Blogger

Step 1. Go to Blogger Dashboard

Step 2. Click on Template

Step 3. Click on Edit HTML

Step 4. Search for below code in your template code by using Ctrl+F

<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>

Step 5. Just below to the above line, you can find code like below

<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%'/>

To remove the white space gap below the comment form in your Blogger blog, decrease the value of the 'height' attribute from '410' to '100' or a value that suits your needs.

No comments:

Post a Comment