Convert plug modal

Hi is there a way to remove the white spacing in my convert plug modal?

it pops up after 20 seconds

Thx in advance!

Hello There,

Thanks for writing in!

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

form.cp-form.smile-optin-form {
    margin-bottom: 0;
}

.cp-count-down .cp-form-seperator {
    padding-bottom: 0;
}

After saving the changes, you must clear your plugin caches and regenerate the minified/combined css so that it will take effect.

Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.