Hi assaud. The site you referenced is not using the Footer Ads as you are. They are using Theme Options > Footer > Footer Widget Columns. This creates from 1 to 4 Footer sidebars (depending on which layout you select) in which you can place your ad widgets.
Thread Starter
assaud
(@assaud)
thanks for answering.
what if I want to make some footer ads
If you want to make it like the site you referenced you would go to Theme Options > Footer > Footer Widget Columns and select the 4-column layout. Then, in Appearance > Widgets, in each of the “Footer” sidebars (Footer 1, Footer 2, Footer 3, Footer 4), add a text widget and then insert your ad code in the text widget. That should do it.
Thread Starter
assaud
(@assaud)
hi bdbrown
thanks for answering
i want to make different with referenced site.
i want to create more footer ads like now. i want the footer ads beside the other not above and below
thanks before
Well, you could do something like this with the way your Footer Ads is currently set up:
#footer #footer-ads {
height: 175px;
}
#footer #footer-ads #image-8 {
margin-left: 38%
}
#footer #footer-ads #image-7 {
margin-top: -15px
}
#footer #footer-ads #image-8,
#footer #footer-ads #image-7 {
float: left;
}
But that won’t scale very well on mobile devices. Or, you could do as I mentioned above, then put an empty text widget in sidebar Footer 1 and your two ad widgets, one each in Footer 2 and Footer 3. That would give you your two ads beside each other, centered in the footer.
Thread Starter
assaud
(@assaud)
where the code was placed?
The css code I posted would go either in a child theme style.css file, the main theme Custom CSS option, or you could use a plugin like Simple Custom CSS.