Search This Blog

Showing posts with label Blogger Navbar. Show all posts
Showing posts with label Blogger Navbar. Show all posts

Thursday, July 1, 2010

Remove Blogger Navbar and top space

Step1:
Add this line above Variable definitions
#navbar-iframe{ display: none !important; }
Step2:
Update CSS:
Add this in body {}
margin-top:0px;
position: relative;
top: -50px;
Step3:
Save Template and View Your Blog

Good Luck!