If
you have hid the Blogger Navbar, you can clearly see some empty space in place
of Navbar. You can easily remove that space by following steps.
Step 1 - Sign in to www.blogger.com.
Step 2 - Go to Template.
Step 3 -
Click on Customise.
Step 4 -
Click on Advanced.
Step 5 - Now scroll down and click on Add CSS.
Step 6 - Now paste the below mentioned code into the box.
#navbar-iframe {display: none !important;}body .navbar {
height:0px;
}
.content-outer {
margin-top:0px;
}
Step 7 - Click on Apply to Blog.
Step 5 - Now scroll down and click on Add CSS.
Step 6 - Now paste the below mentioned code into the box.
#navbar-iframe {display: none !important;}body .navbar {
height:0px;
}
.content-outer {
margin-top:0px;
}
Step 7 - Click on Apply to Blog.
And that's all!!! You have
successfully removed the space left after removing the blogger navbar.
No comments:
Post a Comment