Forums
Forums / Fixing WordPress / Smaller Footer
(@anonymized-16550965)
7 years, 6 months ago
Hello,
I want to make my Footer smaller so that it doesn’t take up so much space at the bottom. What do I need to add in CSS?
Thank you!
The page I need help with: [log in to see the link]
(@judgerookie)
Add the below code via Dashboard >> Appearance >> Customise >> Additional CSS
.ast-footer-overlay{padding: 0;}
or
.ast-footer-overlay { padding-top: 1em; padding-bottom: 0; }
whichever you prefer, for the second one adjust numbers how you like.
Thank you so much!!!
The topic ‘Smaller Footer’ is closed to new replies.