Just use FTP upload original file replace your current functions.php.
As @catacaustic said, do not edit file in live website, make changes you want at localhost then upload it.
open style.css, find selector you want center its content:
.example {
text-align: center;
}