Linux Posts, Programming Posts, Atmega Posts and others.
Add following code in the HTML code where other style code is written,Use Edit HTML in custmization#navbar-iframe { height:0px; visibility:hidden; display:none; }
How to hide Navbar of the blog?Add these lines in HTML Codebody{ margin-top:0px; position: relative; top: -50px; }or just add in the body{} if already exists.
How to hide Navbar of the blog?
ReplyDeleteAdd these lines in HTML Code
body
{
margin-top:0px;
position: relative;
top: -50px;
}
or just add in the body{} if already exists.