If you align images or text in the Extra theme footer widgets you  notice that the title text does not follow suit. Simply add the following CSS code to custom CSS box in theme options.

.widgettitle {
text-align: center !important;
}


Before


After