You always like your blog to be stylish. You like your blog to look a more professional type. For this you wish your navigation bar (Navbar) to be hidden. Fortunately blogger provide us the option to hide or unhide the navigation bar.
But, after removing or hiding the navbar a blank space is created on top of your blog (Fig 1).
But, after removing or hiding the navbar a blank space is created on top of your blog (Fig 1).
Fig 1 |
Today i will show you how to remove the blank space created after removing navbar in your blog.
Note:- First take a backup of your blog template to avoid any mishap. if you are not sure about it Read my post on How to download backup of template in blogger
Fig 2 |
Step 3- Click on Edit HTML button as shown in Fig 3.
Fig 3 |
Step 4- Click anywhere in the HTML Code Box, then press Ctrl + F to enable search box as shown in Fig 4.
Fig 4 |
Step 5- Copy or type </head> in the search box and press Enter.
Step 6- Now copy and paste the below code just before the </head>.
<style type='text/css'>
.content-inner
{
margin-top: -40px !important;
}
</style>