wmjaggers of VinSolutions
9/23/2014 - 4:57 PM

Image-Only popup coupon. Adding this CSS code will hide the other elements of the coupon and expand the custom content are to full width.

Image-Only popup coupon. Adding this CSS code will hide the other elements of the coupon and expand the custom content are to full width. Preferred coupon size for loading is 700x400px.

<style type="text/css">
    .CustomContent { background-color: transparent; width: 100%; padding-top: 0; }
    .left { display: none; }
</style>