Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #770137

    Hi there,

    How can we make the logo on our mobile site centered? It is centered on the desktop site. I have added a link to our site in the Private Content field.

    We are also thinking of adding a phone number above the logo in the centre. How can we do this on both mobile and desktop?

    Many thanks for your help.

    Have a lovely weekend.

    Thanks,
    Josh

    #770180

    Hey JoshHamit,
    Please add the following to quick css:

    
    @media only screen and (max-width: 767px){
    .responsive #top .logo {
        width: 100%!important;
    }
    
    .responsive .logo img {
        margin: 0 auto!important;
    }
    }

    Best regards,
    Jordan Shannon

    #771273

    Thank you

    #771280

    Hi,

    No problem at all. If you need additional help, please ask us here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to centre logo on Mobile site’ is closed to new replies.