FORNEO Posted January 5, 2022 Posted January 5, 2022 (edited) Site URL: https://www.friendsofrecoveryneo.com/for-support I'm trying to decrease the bottom padding of a newsletter subscription form (the area of the red box in the image below). Actually, I'd like to adjust the spacing at the top and between the small text and the email address field, too! I've tried every solution provided in other posts but nothing has worked. Can anyone help me out? Thanks! Edited January 6, 2022 by FORNEO add more info Kalie 1
tuanphan Posted January 7, 2022 Posted January 7, 2022 Add to Design > Custom CSS /* newsletter padding */ .newsletter-form-footnote { display: none; } div#block-yui_3_17_2_1_1641498071156_8910 { padding-top: 0px !important; } wonderpiece 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ellen_b Posted July 12 Posted July 12 @tuanphan Hi there, following up on this one as I just tried it without success. I'd love to get the padding at the bottom of this newsletter block to match the top, especially on mobile, if possible. (I did grab the correct block ID) It works to add padding to the top but not the bottom. Site url: https://thesucculentstudio.squarespace.com/?password=new Any advice would be much appreciated!
tuanphan Posted July 15 Posted July 15 On 7/13/2024 at 6:42 AM, ellen_b said: @tuanphan Hi there, following up on this one as I just tried it without success. I'd love to get the padding at the bottom of this newsletter block to match the top, especially on mobile, if possible. (I did grab the correct block ID) It works to add padding to the top but not the bottom. Site url: https://thesucculentstudio.squarespace.com/?password=new Any advice would be much appreciated! I see it already fine Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
cassiepdx Posted September 17 Posted September 17 Would like to reduce the padding on desktop and mobile for my newsletter block. i.e. space before and after email address box and before the sign up button. See www.pdxjazz.org (towards bottom of homepage)
tuanphan Posted September 18 Posted September 18 On 9/17/2024 at 10:02 AM, cassiepdx said: Would like to reduce the padding on desktop and mobile for my newsletter block. i.e. space before and after email address box and before the sign up button. See www.pdxjazz.org (towards bottom of homepage) You can use this to Website Tools > Custom CSS @media screen and (max-width:767px) { .newsletter-block .newsletter-form-fields-wrapper { margin-top: 0px !important; } .newsletter-block .newsletter-form-fields-wrapper>div { padding-top: 0px !important; padding-bottom: 0px !important; } .newsletter-form-button-wrapper.submit-wrapper { padding-top: 0px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
cassiepdx Posted October 13 Posted October 13 On 9/18/2024 at 6:32 AM, tuanphan said: You can use this to Website Tools > Custom CSS @media screen and (max-width:767px) { .newsletter-block .newsletter-form-fields-wrapper { margin-top: 0px !important; } .newsletter-block .newsletter-form-fields-wrapper>div { padding-top: 0px !important; padding-bottom: 0px !important; } .newsletter-form-button-wrapper.submit-wrapper { padding-top: 0px !important; } } Unfortunately adding it to my CSS didn't produce any changes?
tuanphan Posted October 15 Posted October 15 On 10/14/2024 at 12:25 AM, cassiepdx said: Unfortunately adding it to my CSS didn't produce any changes? That code is for mobile, you can check again Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment