How to create sticky footer ads for WordPress and Blogger
Hello friends, in today's post I am going to see how you can put sticky ads on your website. Sticky Ads helps us increase ADS' earnings for those who have Google AdSense because ADS is in the footer of the mobile framer below.
So let's find out How to create sticky footer ads for WordPress and Blogger why it's so late?
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
Css Code:
@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;
}
}
Your Ads Code Here
That’s It.
WordPress Plugin
Here is a Great Plugin Called Adace
You can download and use it for free from Comments sections Ad-Ace.zip
Post a Comment