Sometimes it will happen that you need to add some extra padding/margin to your adzones/banners. Here for we included the Custom CSS option under AD Dashboard -> General Settings -> Style -> Custom CSS.
All adzone containers have the .paszone_container and .paszone-container-{adzone_id} classes. So you can target all adzones by using the .paszone_container class or target a specific adzone using the .paszone-container-{adzone_id} class.
Have a look at the example code below.