We can increase or decrease the space between header and cross column in blogger.
Follow below steps to reduce the space between header and cross column columns:
Step1: Go to blogger dashboard.
Step2: Click on template.
Step3: Click on edit HTML.
Step4: And find below code.
Follow below steps to reduce the space between header and cross column columns:
Step1: Go to blogger dashboard.
Step2: Click on template.
Step3: Click on edit HTML.
Step4: And find below code.
/* Header
----------------------------------------------- */
.header-outer {
background: $(header.background.color) $(header.background.gradient) repeat-x scroll 0 -400px;
_background-image: none;
}
Now before “}”, write this code “margin-bottom: -23px !important;”
Increase or decrease the px value as per your need.
Increase or decrease the px value as per your need.