If the Navbar is turned OFF, then your blog will be drawn on the screen in the useal way, except that the space where the navebar was will be filled with a solid line in your background color.
At least some of your readers (eg. one who use a notbook or other smaller screen quite often) will regard this as waste of valuable screen space.
How to remove the gap where the navbar used to be
You can remove the blank navebar space by adding CSS code
Let's follow the simple easy steps
Just follow as Below picture
6. Now click on Save
7. You are Done , Enjoy.
At least some of your readers (eg. one who use a notbook or other smaller screen quite often) will regard this as waste of valuable screen space.

How to remove the gap where the navbar used to be
You can remove the blank navebar space by adding CSS code
Let's follow the simple easy steps
- Log in to your Blogger dashboard
- Click Template
- Click Customize tab
- Click Advanced
- Now past this the CSS code their
#navbar { height: 0px; visibility: hidden; display: none; } |
Just follow as Below picture
6. Now click on Save
7. You are Done , Enjoy.
0 comments:
Post a Comment