I've used Ad Agency on other sites and when new ads rotate into the zone, the length of the zone changes when the ad changes so that there is no white space in the zone. On this site, though, when they rotate in, if a longer ad rotates in before a shorter ad, the zone remains the same length as the longer ad, leaving a lot of white space with the shorter ad.
You can see it here. Just watch the ads rotate and you will see the issue.
Rotating zones have fixed length on this site
sitemistic
Hi
Add this code in override.css file and save it.
.rotating_zone {
min-height: 100%!important;
}
Clear Joomla cache and check. It will not force the zone to a fixed minimum height.
That did it! Thanks.
sitemistic
Glad to know it works.
Regards
Ninja locked the discussion.