Skip to main content
All CollectionsTroubleshooting
Vidalytics + Leadpages
Vidalytics + Leadpages
Erika Lehmann avatar
Written by Erika Lehmann
Updated over a week ago

There is a known style conflict between the Leadpages page builder and the Vidalytics player, when it comes to displaying Calls to Action on the page.

Leadpages "cuts" the player, and the CTA is not displayed.

However, we have a workaround for it πŸ˜‰

All you have to do is add these few lines of code to your page:

<style>
.lp-video-react {
height: auto !important;
padding-bottom: 0 !important;
overflow: visible !important;
}
</style>

That should make your CTA display without any issues.

If you need any further help with Leadpages or anything else, feel free to reach out to us at [email protected]

Did this answer your question?