How to Create Sticky Footer Ads for WordPress and Blogger

How to Create Sticky Footer Ads
ads sitebard digital
5/5 - (5 votes)

Blogger Method:

  • First of all login to your Blogger Dashboard
  • Open Your Template’s HTML Editor
  • Press Ctrl+F and search for </style>
  • Then simply copy the below code and paste just before </style>
  • Save the Template
@media only screen and (min-width: 310px) and (max-width:500px) {
adBottom {
left:0;
position: fixed;
text-align:center;
bottom: 0px;
width:100%;
z-index:999;
}
}

Now Go back to Blogger Layout

  • Add new Gadget
  • Select HTML/Javascript Gadget
  • Now Copy Below Code and Paste it there.
<div id="adBottom">
Your Ads Code Here
</div>

Now go to your AdSense and Create a new Ad unite

  • Select fixed size
  • and enter the size 340×100
  • Now copy the ad code and replace it with “Your Ads Code Here”
  • Save the Gadget.

WordPress Plugin

  • Here is a Great Plugin Called Adace
  • You can download and use it for free from Here.

[su_button url=”https://file.sitebard.com/plugin/ad-ace.zip” target=”blank” size=”5″ wide=”yes” center=”yes”]Download Plugin[/su_button]

ads sitebard digital

Leave a Reply

Your email address will not be published. Required fields are marked *