Skip to main content
All CollectionsTroubleshooting
Vidalytics + Leadpages
Vidalytics + Leadpages

How to Fix Vidalytics + Leadpages CTA Display Issues

Erika Lehmann avatar
Written by Erika Lehmann
Updated this week

If you're using Leadpages with Vidalytics, you might encounter a styling conflict where Calls to Action (CTAs) do not display properly. This happens because Leadpages cuts off the Vidalytics player, preventing CTAs from appearing correctly.

Fortunately, there's a simple workaround to fix this issue.


Solution: Fixing the CTA Display Issue

Step 1: Add This CSS Code to Your Page

To resolve the conflict, add the following lines of CSS to your Leadpages page:
​

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


​Step 2: Save & Publish Your Changes

After adding the CSS, save and publish your Leadpages page. This should ensure that your Vidalytics CTAs display without any issues.


Need Additional Help?

If you're still experiencing issues or need further assistance, reach out to our support team at [email protected]. We're happy to help!

Did this answer your question?