How to center the footer menu and copyright in Hestia
There is a menu at the bottom of the footer in the Hestia theme. The copyright info is also there. In this doc, you will find the proper code to align them to the center of the page.
How it looks by default.
How it looks centered.
In order to achieve this, please copy the following code and paste it into your site Dashboard->Appearance->Customize->Additional CSS.
Footer menu
.footer .footer-menu { float: none !important; }
Copyright info
.footer .copyright { float: none !important; }