HOW TO remove empty space between blog posts in blogger

BLOGGER

Question: How to remove empty space between blog posts in blogger?

Answer :
On your blogspot's home page:
Click Design

On your blogspot's dashboard:
Click Template (always make a backup of your template before any changes)
Click Customize
                                 
On your Blogger Template Designer:
Click Advanced
Click Add CSS (last item on the drop-down menu)

Under Add custom CSS add the following script (copy and paste it):

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


Press enter
Click Apply to Blog
Click Back to Blogger
If you need more or less space, increase or decrese the px value (set to -80 in the example).