You’d need to let me take a look at the theme. Alternatively, open header.php and look for an H2 heading. If there is one and it’s inside a div (e.g. header), create the following CSS rule:
#header h2 {text-align: center;}
This of course assumes your title is text, not an image.