Home › Forums › Trusted › mobile view the logo and phone number isn’t centered › Reply To: mobile view the logo and phone number isn’t centered
February 8, 2018 at 11:27 am
#3727
Andy
Keymaster
To put the login back on same line as phone number on mobile, add this to Customize > Additional CSS
@media screen and (max-width: 480px){
.top-tel .mobile-clear{
width: auto;
}
}