Hi Pablo,
Please note that this is a new issue and as such it should be logged as a new ticket – please read terms of service. I’ve created a new ticket for you now.
You can use custom CSS to center your footer:
.site-footer {
text-align: center;
}
.footer-widgets .widget {
width: 100% !important;
margin-bottom: 0;
}
.site-footer .site-info, .site-footer .social-links {
float: none;
}
You can take it from there and apply any additional CSS styles you want. Please, try using your web browser code inspector to determine the CSS for your theme modifications.