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!