Tagged: x
-
AuthorPosts
-
October 1, 2016 at 11:57 am #1198617
goalsarecoolParticipantHow 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.
October 1, 2016 at 8:57 pm #1198951
Rue NelModeratorHello 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.
October 2, 2016 at 4:39 pm #1199647
goalsarecoolParticipantThat worked… thanks!
October 2, 2016 at 7:12 pm #1199734
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
October 7, 2016 at 9:19 am #1206784
goalsarecoolParticipantI just switched from ConvertKit to Active Campaign. Can you please tell me what the new css should be?
October 7, 2016 at 6:22 pm #1207395
FriechModeratorHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1198617 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
