Sponsored Ad

Sunday, 29 September 2013

How to display the navbar again in blogger template?


Easy! Enter in the code of your template (Dashboard → Layout → Edit HTML) and search for:
#navbar-iframe {
   height:0px;
   visibility:hidden;
   display:none
}

Delete it and that’s it.

For More, please see the following tutorials,

Related Articles