This can be done by adding CSS to your Entrada Child theme.
-
Go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box
-
Add the CSS below inside your custom CSS box:
#footer .container {
padding-top: 30px;
padding-bottom: 30px;
}
- Click on Update File and check your frontend. You can replace 30px with your own spacing as required.
Thank you