Comments 15against4 started the conversationAugust 28, 2020 at 1:13pmHi - how to change the vertical padding at the top/bottom of a blog post - and also above/below the footer logo? (see screenshot) 2,701PenciDesign repliedAugust 28, 2020 at 3:27pmHi,Please try add more this code to Customize > Custom CSS to do that: body:not(.home) #header{ margin-bottom: 30px; } .single .post{ margin-bottom: 0; } .footer-logo-copyright.footer-not-gotop{ padding-top: 20px; } #footer-logo{ margin-bottom: 20px; }Best Regards,PenciDesign 15against4 repliedAugust 28, 2020 at 3:35pmPerfect! Thanks so much! Sign in to reply ...
Hi - how to change the vertical padding at the top/bottom of a blog post - and also above/below the footer logo? (see screenshot)
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Perfect! Thanks so much!