Floating Ads

Posted in: Newspaper
Post count: 48

Hello!

Its possible to set floating ads (left or right) in top and bottom ads positions?

Example: The autosize for top ad is always 468×60, that it has a very bad rpm. If I set a 336×280 i don’t like design at all…

Sorry for my bad english…

Floating top ads?

Post count: 22421

Hello,

This is not an easy task, you need to modify the code to make floating ads but I’m not sure if Google allow this.I think it’s against their TOS. Maybe you can find a plugin for floating ads. Something like: https://wordpress.org/plugins/floating-ad-rotator-with-tracking/

Thank you!

Post count: 48

Sorry I don’t explained me well…

I mean aligned to right or left, like the inline ad… not floating.

And thanks for the plugin too, it may be usefull for other purposes.

Thanks

  • This reply was modified 10 years by charli_vk.
Post count: 22421

Hi,

It can be done using custom CSS.
top ad:

.td-g-rec-id-content_top{
float:left;
padding:15px
}

You can change the padding value and the position of the float: left or right.
The bottom ad is already floated right. You can move it left if you want:

.td-g-rec-id-content_bottom{
float:left;
}

Thanks.

Post count: 48

Thanks Bogdan!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.