I have one blog but i want to remove the navbar means the strip which is in the top of the blog i just dont want that and want to remove that i dont know how to do that does anyone suggest me is there any HTML to remove that bar .....
How To Remove Navbar In Blogger Blogs 1. Open your Blogger dashboard. 2. Go to your blog’s Layout settings > Edit HTML 3. Look for: /* Variable definitions ==================== 4. And above that add: #navbar-iframe { display: none !important; } 5. Save your settings and open your blog now. The navigation bar will be gone.
Written by the admin of: Premiumadmin.blogspot.com Really Blogger Navbar looks very ugly and it also prevent is your seo work. So it is better to remove and I'm happy you have taken a step to remove it. I have made a nice tutorial for removing Navbar from blogger blogs. You also can get helped. The tutorial will help you 100%. Link for the tutorial. I'm sure you will solve the problem within 5 munites. premiumadmin.blogspot.com/2011/12/how-to-hide-disable-or-remove-blogger.html
Use this updated code #navbar-iframe, .navbar { display: none !important; } it will eliminate the space also.