
Ever wonder why some of the blogger sites that you visited doesn't has the NAVBAR? Well, nothing special about it. However, the navbar may cause some inconsistency and disrupt of some templates.
To use the tips, identify whether you are using BETA BLOGGER or BLOGGER.
Here are the tips to hide the BETA BLOGGER NavBar, paste the following CSS definition between the style tags:

Here are the tips to hide the BLOGGER NavBar, paste the following CSS definition between the style tags:
#b-navbar {
height: 0px;
visibility: hidden;
display: none;
}

Happy trying...:)