2013-12-22

How to reduce top space of each post in Blogger

1. Go to Dashboard > Template > Edit HTML.

2. Move mouse to HTML code and click anywhere, then press Ctrl and F in your keyboard to search "h3.post-title".

3. Add line just before words "h3.post-title":
h3.post-title { margin-top: -25px !important; }

4. Save template.

5. See final view to see if it is in good format. Due to different versions of Blogger designs, it may not work for your version. If not, remove it.

6. Back.

No comments:

Post a Comment

Top