Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1229749
    fabipaolini
    Participant

    Hi guys!
    Having a bit of trouble with something I’m sure is really simple to solve.
    I have installed a Convertkit form: http://www.fabipaolini.com/fabipaolinieng/

    But the spacing around it is huge. I tried using this code:
    .page .ck_form.ck_naked {
    margin-top: -15px;
    }

    and it didn’t work.
    Any ideas?
    Thanks
    fabi

    #1229837
    Christian
    Moderator

    Hey there,

    Please add !important so it would be

    .page .ck_form.ck_naked {
        margin-top: -15px !important;
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1229749 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>