PenciDesign Supporter replied
Staff Reply
Hi,
Please go to Appearance → Customize → Additional CSS then add the following custom CSS code:
@media screen and (max-width: 480px) {
.topbar__logout_login {
display: flex;
justify-content: center;
}
}
Regards,
PenciDesign.