TeresaH Posted August 11, 2020 Share Posted August 11, 2020 Site URL: https://ladiesdrawingnigh.org Hi, I'd like to increase the padding to the top of the newsletter block to match the bottom padding. Can you tell me how to do that? When I use Site Styles to increase the padding, the padding increases twice as much on the bottom as it does on the top. I have Brine 7.0. Thank you for your help! Teresa Link to comment
tuanphan Posted August 11, 2020 Share Posted August 11, 2020 Add to Home > design > Custom CSS /* Newsletter top padding */ .collection-type-blog .newsletter-block .newsletter-form { padding-top: 20px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
TeresaH Posted August 11, 2020 Author Share Posted August 11, 2020 Hi, Thank you for that code. I forgot to mention that this newsletter block is placed within a plugin called Squarespace Blog Post Plugin by Heather Tovey. This is the code she gives to do this, but it is not working. I have changed padding to padding-top. .blogFooter {padding: 75px;} I've contacted her but have not heard back. Do you have any other suggestions? Link to comment
tuanphan Posted August 12, 2020 Share Posted August 12, 2020 On 8/11/2020 at 3:05 PM, tuanphan said: Add to Home > design > Custom CSS /* Newsletter top padding */ .collection-type-blog .newsletter-block .newsletter-form { padding-top: 20px; } this code doesn't work? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
TeresaH Posted August 14, 2020 Author Share Posted August 14, 2020 I heard back from the plugin developer. This code works. .blogFooter .sqs-block-newsletter { border: 1px solid #c5bcbc; padding: 20px !important; } Thank you so much for your help, Teresa Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment