¿if possible put inline ads?

ty.

Comments

jeremy’s picture

Have you tried the ad_embed module?

t10barba’s picture

Status: Active » Closed (fixed)

ty dude!

i change my style.css file.

"x" is the group numbrer.

#group-x {
	margin-top: 5px;
}

#group-x .image-advertisement, #group-x .ad-image-counter, #group-x .advertisement-space {
	display: inline;
}

now i have inline images ads group.

t10barba’s picture

Status: Closed (fixed) » Active

with ixplorer fix.

#group-4 {
	margin-top: 5px;
	padding: 0;
}

#group-4 .image-advertisement, #group-4 .ad-image-counter, #group-4 .advertisement-space {
	margin: 0;
	padding: 0;
	display: inline;
}

#group-4 .ad-image-counter, #group-4 .advertisement-space {
display: none;
}
jeremy’s picture

Status: Active » Fixed

I don't know why you re-opened this issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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