Feeling uncomfortable with the appearance NavBar at the top of the page of your blog? Remove the NavBar and expand your blog's page views in the following ways:
1. Open your Blogger template in the Layout> Edit HTML.
2. Find the insertion point, place the cursor just above the body line {.
3. Insert the following line of code to remove the NavBar display on your blog page:
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}

0 comments:
Post a Comment