Site logo

Archived topic

Logo on Mobile

3 replies · Started by debbie on February 10, 2019

Viewing posts 1–4 of 4

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?

Hi there,

You could try this CSS:

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

Let me know :)

That worked - thank you very much! x

You're welcome :)

This archived topic is closed to new replies.