Can't seem to get rid of this inline form margin

Hi there, I am embedding a convertkit inline form using the plugin shortcode into my page. I am trying to remove this 50px margin around the form and I have tried CSS in the pro builder as well as in the CK plugin itself, both of which have not worked. In Developer Tools, changing this worked, but using the same selector in custom css fails to change anything.

.page .ck_form.ck_naked {
margin: 50px auto;
max-width: 700px;

site…https://www.labyrinthofenchantment.com/club/

What am I doing wrong? Thanks much!

Hi @rotipom,

Thank you for writing in, it seems you already able to override that 50px margin on the form.

Cheers!

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