Decrease space between blog title and description in blogger

How to decrease/reduce space between blog title and description in Blogger header:

We can decrease the space between blog tile and blog description on your Blogger header. It is easy to reduce space between blog title and header in Blogger. We can also increase the space between them.

Follow below steps to decrease space b/w blog title and description in Blogger :

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit html

step 4 : Search below code  under header section in template code
.Header h1 {

After finding , add below code to reduce space

margin-bottom: -20px !important;

Step 5 : Click on Save template.

If you want decrease more space b/w blog title and description, just decrease px value in the above code.

2 comments:

  1. I am rather using it as CSS on the advance box. So, i have applied by more the } after your syntax. It worked well.

    Thanks,

    ReplyDelete