How to Reducer Gap Between Header and Body by css | Header and Sidebar

This css code is very handy. It can reduce gap between header and body . That is if the the below space of the header  is more and you want to reduce this gap then this css code is very handy.

Go to Design > Template design > Advance > then put this code in the css text box.

The gap is controlled by varying  margin-top:-5px values. -5 can be changed to any value from 0 to -25 for better result. This depends on the template of your blog.

.column-left-outer {
margin-top:-5px;
}

See also  Auto Read More Snippet at Home Page with Image Thumbnail

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *