Forums
Home / Theme: Wellington / Reduce Footer Height
(@kertoon)
3 years, 11 months ago
I find the footer is too high. How do I reduce it with CSS?
(@themezee)
3 years, 9 months ago
Thanks so much for the review.
You can reduce the footer padding with this short CSS snippet:
.site-footer .site-info { padding: 1em; }
Cheers, Thomas