Can‘t embed form from convertkit properly

Hi there

I try to embed the javascript code from a convertkit form (slide in modal) in to Ghost. Casper Theme is running.

I had paste the code via code injection into the footer. What happen now is, that the form should appear in the right bottom after 10sec. Instead I have to scroll down the whole side and the form is there just half way visible.

It looks the form is hiding behind the article and shows up just in the footer. Before I had paste the code in the Header with the same effect.

Thank you
Kind regards
Reto

Hey, I had a peek at the actual site and this piece of code should stop it from going behind the article:

<style>
.formkit-slide-in {
    z-index: 100;
}
</style>

great! It worked out now. Thank you @DavidDarnes!

Cheers
Reto

1 Like