Reduce space above blog title on blogger header

How to reduce empty space above blog title on Blogger header :

We can see empty space above your Blogger header title or header image. If your blog has huge space above header, it is better to reduce that empty space. With simply customizations we decrease or increase space above blog title on Blogger header.

Follow below steps to reduce space above blog title in Blogger

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit html

Step 4 : Search below code

.header-outer {

after find add below code before closing tag of the above code

margin-top: -20px;

Step 5 : Click on Save template.

With margin tag we can reduce space above blog title or blow blog title on Blogger. If you want to decrease more space decrease value in the above given code.

No comments:

Post a Comment