|
|
Blogger has started forcing users to upgrade to its latest version (in fact I had to update mine just minutes ago). The process was quite painless however I noticed the Blogger Navigation bar was covering up a portion of my header. I know that many people will find the following code, which removes the navigation bar, quite useful (simply copy and paste within the style tags):
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}


