Hello,
I was wondering if it is possible to have the option to place inline header ads and bottom inline ads float left or right just like how the middle inline ads can be.
Maybe this could be helpful for the next update if anything.
Thank you.
Hi,
I will add this suggestion for future updates and if the development team decide on it, then it will get implemented. Until such time you can use css to float ads left or right.
You can use css like so:
non-adsense:
.td-a-rec-id-content_top, .td-a-rec-id-content_bottom{
float:left!important
}
for adsense:
.td-g-rec-id-content_top, .td-g-rec-id-content_bottom{
float:left!important
}
Thank you!
hi,
this code is done by adding the AdSense ad to the left. example ? detailed , how to add to where ?
————-
how to add a fixed response ad to the right or left
do you like other add-ons (news page ) in this kind of slider topic in the update ?
Thank You,
Hi,
@haberler-kim Those are CSS codes, they can be entered in the theme panel sections
– https://www.screencast.com/t/hBBSXfurgqB
If you want to do the same as the user above, you could try these codes and see if they still work for top and bottom ads.
Only the article inline ad has the option to align the ad code
– https://www.screencast.com/t/CevRgWZF
If I misunderstand something please correct me.
Thanks
No,
As in the picture,
how to add responsive adsense or different ads based on the left and right, or
I can’t see the image you posted – https://www.screencast.com/t/DsIXGHGBPNiI
For the post content only the inline ad has the option to align it left or right, the top and bottom ad do not have this option.
You could align them that way with CSS as mentioned above, may require some more styling however.
For example a top ad would look like this by default
– https://www.screencast.com/t/dWlDRZc3Yx
With the code and also some margin – https://www.screencast.com/t/AcPbJToSazH
In case of Adsense you could do the same, you could wrap the adsense code in a div and add style to it, for example
– https://www.bloggerspice.com/2013/02/how-to-align-adsense-ads-left-right-and.html
As long as there is not violation of the Adsense policies there will be no problem
– https://support.google.com/adsense/answer/1354736
