Remove Space Between Posts in Blogger

By default empty space is there between posts in Blogger blog. If your blog has more space between posts then we can decrease that white space. We can decrease and increase space between posts in Blogger blog.

Follow below steps to remove space between posts in Blogger blog

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template and click on Customise

Step 3 : Click on Advanced button and click on Add CSS

Step 4 :  Add below CSS code to your blog

.date-outer{
margin-bottom: -50px;
}

Step 5 : Click on Apply to blog.

3 comments: