Sometimes we see a large gap(white space) between blog post body and blog post footer.It may be because of some ghost widgets appearing on bottom-post,which gives a rough look to the Blog.By implementing the following css codes you can get rid of this.
For implementing the codes follow the following steps
1) Go to Design-----Template Designer------Advanced-------Add CSS
2) Now Add the following custom CSS (before adding the codes,press Enter after the last line)
#bottom-posts{ display: none !important; }
3) Click on Apply to Blog
- If you get any problem in implementing the codes,Contact me