Center AdRotate banners

Posted in: Newspaper
Post count: 67

Hello,

I’m starting to use AdRotate to control our banners clicks and impressions on the sidebar of our website.

For now, I’m testing with one of our banners (Electrodomia, scroll down, the pink one).

http://marronyblanco.com/

As you can see, it is shown misaligned.

How can we solve this? How can we center it? How can we add more white space on top and bottom?

Thank you in advance.

Juan.

Post count: 6600

Hi,

You can do it via custom css, like this: http://screencast.com/t/2c3J0WHmBM0H

.widget_adrotate_widgets img {
text-align: center;
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 6px;
margin-bottom: 6px;
}

.widget_adrotate_widgets {
margin-top: 10px;
margin-bottom: 30px;
}

Thanks

Post count: 67

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.