Hello,
I’m using “adblock” in the sidebar. For some reason, the ad header is slightly indented for the adblock when compared to the header indent for other items in the sidebar.
Thanks for your assistance.
SR
Ok. Using my own code, not google. Why is the ad header slightly indented? How may I correct this?
Thanks,
SR
-
This reply was modified 6 years by
steveroberts.
Hi steveroberts,
If you are using banners (your own code) please check our documentation from here -> https://forum.tagdiv.com/newsmag-using-other-ads/
Unfortunately I do not understand what you want to say from “Why is the ad header slightly indented”, please be more specific and provide some more details.
Thank you for your understanding!
Hello,
Please click on the link above where there is a picture showing the issue. The ad “header” that says “Donate on Paypal” (and the one that says “Support our Sponsors”) is offset from the left (indented) several pixels more than the one that says “Stay Connected.” In other words, the left edges of these black banners do not align.
SR
Hi,
Please try this custom css
.td-a-rec-id-custom_ad_1 .block-title, .td-a-rec-id-custom_ad_2 .block-title, .td-a-rec-id-custom_ad_3 .block-title, .td-a-rec-id-custom_ad_4 .block-title, .td-a-rec-id-custom_ad_5 .block-title, .td-g-rec-id-custom_ad_1 .block-title, .td-g-rec-id-custom_ad_2 .block-title, .td-g-rec-id-custom_ad_3 .block-title, .td-g-rec-id-custom_ad_4 .block-title, .td-g-rec-id-custom_ad_5 .block-title {
margin-left: 0;
}
This will adjust the margin for all ads.
The code need to be set in theme panel> custom code> custom css.
Thank you!
Thank you for the code. However, it does not correct the problem. I added it to Custom CSS on the theme panel, then tried the site in four different browsers.
The ad headings are still indented.
Please advise.
Thank you!
Hi,
As I can see the code was good -> https://i.imgur.com/xUrq6tg.png I think that the problem was until the cache was clear or change on your website.
Thank you!
Problem appears to be resolved. Thanks very much for your assistance.