After turning of the Navbar in your blog , if you have close look at the above of your blog you will see that there is an unnecessary space in place of navigation bar. In todays post I am gonna show how to remove blank space above blog header. Before that make sure that you have already off the navigation bar from your blog. To know more...How to Hide Blogger Navbar Manually
Demo:
Warning: Before doing any kind of customization on your site's HTML page, I will recommend you to backup your site Template. To know more about Template backup Read This Post.
Removing blank space above Blogger Header:
- First Sign into your Blogger account and go to Dashboard.
- Then click on Template option.
- Then click on Edit HTML button. You will land on your Blog HTML page
- Then here Find </head> tag and Paste the following code just Above it.
<style type='text/css'>
.content-inner
{
margin-top: -40px !important;
}
</style>
- Finally click on Save Template button to apply the change.
Stay with www.iTTimesbd.com for more IT related Post
No comments:
Post a Comment