Convert plus Info Bar Padding problem

Hi,

Im adding an info bar to my website with Convert plus but the size is not correct.
I Set the Height to 50px and this is also working in the example.
But when its showing on my website is much heiger. See attached image for reference.

The website is: cryptotradingacademie.nl and the popup is showing after 1 sec on every page.
I Hope you guys have a sollution :slight_smile:

Hi @MattieM,

Thanks for reaching out.

Looks like it’s a conflict between ConvertPlus and Stack’s form styling. I’ll add this to our issue tracker, but for temporary fix, please add this CSS to your global custom CSS.

.cp-form {
margin-bottom: 0px !important;
} 

Update: I just found that this is no longer an issue with the latest theme version. Please update your theme to the latest, else add the recommended CSS.

Thanks!

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