Tuesday, 11 October 2016

Remove Blank Space above header and content

Remove Blank Space Above Blogger Header will give you brief idea about reduce space between header and main content,in case you are using blogger default template then you need to fix some design problems in blogger template.In this post, you will find solution to reduce space between header and content in blogger.

Remove Blank Space Above Blogger Header

Step 1: Go to Your Blogger admin Dashboard page
Step 2: Go to Template
Step 3: Click on Edit HTML button
Step 4: Now Search with </head> tag in Edit Template code
Step 5:Now simply copy paste below code above </head> tag
Step 6:Save the template.

JavaScript Code:


<style type='text/css'>
.content-inner 
margin-top: -30px; 
}
</style>

Now open your blog it will reduce the space between your header and Main content,please provide your valuable comments in case resolve your issue in blogger.

Remove Blank Space Above Blogger Header
Remove Blank Space Above Blogger Header

Remove Blank Space Above Blogger Header





0 comments:

Post a Comment