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!