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

#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;
    }
}