0

Remove Navbar From Blogger

21 January, 2008

The Following simple steps will remove your bloggers Navbar immediately.

Step 1 > Login To Your Blogger Account
Step 2 > Go to Template Tab
step 3 > Click on Edit html sub tab
Step 4 > Just paste the following code in to the Body

#b-navbar { height:0px; visibility:hidden }
body { position: relative; top: -32px; }
body.sidebar-right #center {
margin-right: -210px;
}

Step 5 > Save the Template

0 Responses to "Remove Navbar From Blogger"