To center Site Title on Mobile devices, you can use this code to Custom CSS box.
div.header-display-mobile a#site-title {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%)
}

Result like this

To center Site Title on Mobile devices, you can use this code to Custom CSS box.
div.header-display-mobile a#site-title {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%)
}

Result like this
