Reduce Footer Height

This can be done by adding CSS to your Entrada Child theme.

  1. Go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box

  2. Add the CSS below inside your custom CSS box:

#footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
  1. Click on Update File and check your frontend. You can replace 30px with your own spacing as required.

Thank you