The blogger navbar that always displays at the top is pretty irritating. Though it make it easier to sign in to blogger and make editing a little easier, I feel the blog just looks better without it! So if u want it removed follow the following :
1) Go to Template -> Customize -> Advanced -> Add CSS
2) Add the following snippet of code :
display: none !important;
}
3) Apply to Blog

its working with this css code but there is gap instead.
ReplyDeleteThe gap will be there since you are only not displaying the elements inside the iframe. Even after implementing the code the i frame will still exist so you might see the gap! ... if you could tell me what you want to accomplish in more detail i might be able to help you out!
ReplyDelete