Go to Design > Template Designer > Advance css. And do thisCopy and paste the code provided below and insert it as given the path above.These are the css method to remove or hide the navbar iframe. Method 1st: To hide , Copy and paste the code provided below #navbar-iframe { display: none !important;}Method 2nd: To […]
Onlywire is a free service that allows you submit your site to 30 social bookmarking sites with a click of a button. Right now the social bookmarking sites OnlyWire will submit to are: 1. Ask 2. Bebo 3. Bibsonomy 4. Blinklist 5. BookmarkSync 6. Connotea 7. del.icio.us 8. Digg 9. Diigo 10. Facebook 11. Faves […]
For implementing google custom search properly this wild card does a miracle for the search result. If you are unable to understand then post your comments below. It will be answered as soon as possible. We have to put this code in “what to search box” What to search- https://essssay.blogspot.com/* Here * is doing a […]
1.Read carefully to break the header of the blogger. It is very much tricky. /* Header===================================*/#header-wrapper {width:900px;margin:0 auto 0px;height:190px;} #header-inner {width:900px;background-position: center;margin-$startSide: auto;margin-$endSide: auto;} #header {margin: 0px;text-align: left;color:$pagetitlecolor;} 2.Replace above code with below code. /* Header===================================*/ #header-wrapper {width:900px;margin:0 auto 0px;height:190px;} #head-inner {width:600px;background-position: left;margin-left: auto;margin-right: auto;float:left;} #header {margin: 0px;text-align: left;color:#ffcc66;} #r_head{width:300px;float:left;padding-top:10px;} 3. Now again Scroll down […]