How to decrease Zelle footer height.
This guide shows how to reduce the height of the Zelle theme footer by adding a short CSS snippet through the WordPress Customizer.
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
Go to Appearance > Customize > Additional CSS and add the following:
.copyright{ padding: 30px !important; }