Convertplus button vertical align center

Hi,

When designing a Convertplus info bar, in the preview the button is vertical aligned in the center but in the front end the button is aligned with the bottom line of the text. This is just an info bar templete without customizations. How can I get the button aligned like the preview in the backend Convertplus designer?

Hi @cvdw,

Thank you for writing in, I see there are multiple licenses/sites under your account, please provide us the site URL where we can see the Info Bar with the issue. We’ll be happy to provide you with a response once we have a better understanding of the situation.

Cheers!

Hi, This is under a test location now: http://bubbels.nl/wp/

Regards, Carel

Hi Carel,

It caused by the following custom CSS

form {
    margin: 0 0 1.5em;
}

But I could not point where is that coming because of the site’s CSS minifier feature.

Try clearing your minifier feature, and see if that resolves the issue. If not, please add this to your info bar’s CSS.

form {
    margin-bottom: 0;
}

Hope it helps,
Cheers!

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