Hi there,
Thank you for getting in touch with us.
You have two options – left align all content by adding this code to Appearance → Customize → Additional CSS:
.footer-widgets .widget-title {
text-align: left !important;
}
or center align by adding this:
.footer-widgets .widget-title {
text-align: center !important;
}
.footer-widgets .widget, .footer-widgets .widget ul li {
text-align: center;
}
Thank you for your time in this.
Best regards