@Chris Try adding this in your Responsive Section of your CSS –
.site-header .site-title a {
background-position: center !important;
}
You can add it inside the max-width: 767 section
–
/* iPhones (portrait and landscape)
--------------------------------------------- */
@media only screen and (max-width: 767px) {