While blogging, many bloggers try to remove the attribution widget that is powered by blogger at the bottom the page. It can be easily removed. But while surfing the site on mobile, the widget appears. And recently found it. Here is the trick given.
- Go To Blogger > Template > Edit HTML > Proceed
- Find and remove following code from your template:
<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>
- Find </body> in your template and just above it paste following code:
<div style='display:none;'>
<b:section class='hiddenbar' id='hiddenbar' preferred='no'>
<b:widget id='Attribution1' locked='true' mobile='no' title='' type='Attribution'/>
</b:section>
</div>
- Save your template, it's done.