jasonpel
Member
Posted 1 year ago #
Hi,
I was wondering how to add space (padding or margin?) around the banners, particularly to the top and the bottom of banners placed in a sidebar widget? I would also like to center the banners in the widget.
Can this be done using the HTML Markup section of the widget?
Thanks,
Jason
http://wordpress.org/extend/plugins/wp-bannerize/
jasonpel
Member
Posted 1 year ago #
Ok,
I just added the following to my theme's CSS section:
.wp_bannerize {
margin: 10px 0 14px 0 !important;
}
and added <center> </center> to the container_before and the container_after in the HTML markup section.
Looks good.