How to remove the Navbar from blogger
I try another tweaking to the blogspot template today and remove the Navbar. This bar is located at the top most part of your blogger blogs. I’d like to get rid this from my blog so that i can have the full page to myself, to have the look and feel of a non-blogspot site
To remove the navbar, very simple:
1. Go to template
2. Edit HTML
3. Before Variables Definition, insert this line of code:
#navbar-iframe
{
height: 0px;
visibility: hidden;
display: none;
}




This is very helpful, love it, thanks