Hi,
First, thanks for this great module. it has been working wonderfully for me.
After taking in the last release, I changed a few of my ad units slots blocks to one ad super slot.
All ads are vertically one after another, like this:
[ad 1]
[ad 2]
[ad 3]
Here is the thing, before the change, the ads had some vertical space between them. after the superslot change the images have zero spacing between them.

I was not sure if this is more of a CSS question or an Ad Manager question, yet, any help would be appreciated.

thanks for this great module,
udi

Comments

jcisio’s picture

Status: Active » Fixed

It's just a CSS problem. To add a small space after each ad unit, use, for example:

/* this affects all ad units */
.gam-holder {
  margin-bottom: 10px;
}
/* or use this, to change only a specific ad unit */
#gam-holder-AD-UNIT-ID {
  margin-bottom: 10px;
}

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.