@pitaj short and clean solution, thank you! How about rewriting the title? Here is the custom CSS but I guess this will not get translated to Chinese for e.g.:
@media(max-width: 992px) {
.page-login #content .row {
display: flex;
flex-direction: column-reverse;
}
.alt-login-block h4 {
visibility: hidden;
}
.alt-login-block h4:after {
position: absolute;
padding: 0px;
top: 0px;
display: block;
visibility: visible;
content:'Social Login';
}
}