Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 13, 20195 yr Is there a way to expand the amount of white space around the advertisements on the site? Expand the space between the top and bottom of the ads to prevent accidental ad clicks. thanks.
November 13, 20195 yr Author Or how do I get my ads not to hang on the bottom of the ad space like this?
November 14, 20195 yr Author @Rikki is there a way to force the site to add a few pixels under the ad units?
November 14, 20195 yr One option is editing the 'topic' template (under forums -> topics in the template editor). Look for {$advertisement|raw} in that template (about 2/3 down), and wrap it in a div, like so: <div class='ipsSpacer_both ipsSpacer_double'> {$advertisement|raw} </div>
November 14, 20195 yr Author 53 minutes ago, Rikki said: One option is editing the 'topic' template (under forums -> topics in the template editor). Look for {$advertisement|raw} in that template (about 2/3 down), and wrap it in a div, like so: <div class='ipsSpacer_both ipsSpacer_double'> {$advertisement|raw} </div> Tried that. Doesn’t seemed to have helped. Is there a custom CSS I can add?
November 16, 20195 yr Community Expert On 11/14/2019 at 5:32 PM, mwcboard said: Tried that. Doesn’t seemed to have helped. Is there a custom CSS I can add? Either add a CSS class to your Adsense code or wrap it in a div then add the CSS class to custom.css and apply padding
Archived
This topic is now archived and is closed to further replies.