Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1198617
    goalsarecool
    Participant

    How can I reduce the space between

    STEP 1 of 3: Sign Up To Learn More and the form in the raw content element here https://www.goalsarecool.com/one-on-one-coaching/

    The section padding is already set to 0 and there is a huge gap.

    #1198951
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve your issue, please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS

    .page .ck_form.ck_naked {
        margin-top: 10px !important;
    }
    
    .page .ck_form.ck_naked .ck_form_fields {
        padding-top: 10px;
    }
    
    #x-section-4 .x-text p {
        margin-bottom: 0;
    }

    Hope this helps.

    #1199647
    goalsarecool
    Participant

    That worked… thanks!

    #1199734
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

    #1206784
    goalsarecool
    Participant

    I just switched from ConvertKit to Active Campaign. Can you please tell me what the new css should be?

    #1207395
    Friech
    Moderator

    Hi There,

    You can update the code to this:

    #x-section-3 .x-text p {margin-bottom: 0;}
    #x-section-3 #_form_5_._inline-style {margin-top: 0;padding-top: 0;}
    #x-section-3 #_form_5_ ._form-label, #_form_5_ ._form_element ._form-label {display: none;}
    #x-section-3 #_form_5_ ._inline-style:not(._clear) + ._inline-style:not(._clear) {margin-top: 0;}

    Hope it helps, Cheers!

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