[Resolved] Logo on Mobile

Home Forums Support [Resolved] Logo on Mobile

Home Forums Support Logo on Mobile

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

    Hi there. This is my site.

    The logo appears too big on a mobile phone. Is there code available to make it appear smaller on a mobile device?

    #806688
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try this CSS:

    @media (max-width: 768px) {
        .site-logo img {
            max-width: 100px;
        }
    }

    Let me know ๐Ÿ™‚

    #807983
    debbie

    That worked – thank you very much! x

    #808515
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.