woody

Customer
I've juggled between a few ad slots, and the results are the same. Current ad position is Container Breadcrumb (top): Above

Everything correctly appears on other sites pages, but on the home page, the buttons overlay the banner (an ad violation per Google and everyone else). The overlay doesn't occur when using the stock Xenforo theme. I've tried a dozen tricks to no avail.

Screenshots attached.

RockCrawler-Forum-2025-01-09_09_08_AM.png
RockCrawler-Forum-2025-01-09_09_07_AM.png
 
It's showing fine for me.

1736445570148.png



One thing I might try doing to help the spacing in general would be to wrap the ad code inside:

Code:
<div class="block">
Ad code here
</div>

This will give it the default XF class giving it some spacing on the bottom (and might help with the overflow bit).
 
Touching IS overlapping, even tho it's a pixel or two. My ad code already includes the following
style='padding: 0px 0px 5px 0px;
...adding a 5px space at the bottom of the ad block.

I added in the class="block" code, and it's still touching/overlapping the "new post" button.
 
I think your min-height on that div is actually messing it up. Can you try removing that from your inline CSS to see if it helps?
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back