I placed shortcode in Text widget in sidebar (210px width) but the coupon is cutoff on the right side instead of resizing to fit the space.
How do I control this?
I placed shortcode in Text widget in sidebar (210px width) but the coupon is cutoff on the right side instead of resizing to fit the space.
How do I control this?
Well the coupon is not designed to resize itself it has a set width and height.
You can modify it yourself by changing the css file in the plugin.
I may add this in the future, but right now there are no plans for it.
I added this to my CSS and it worked:
.cctor_coupon {
width: 290px !important; }
You must log in to post.