Site logo

Archived topic

Logo breaking on mobile and tablet

7 replies · Started by Lee on July 13, 2022

Viewing posts 1–8 of 8

Hey guys,

For some reason my logo is breaking when viewed in mobile and tablet modes, yet it's ok on desktop?

Any ideas on how to fix this?

Many thanks in advance.

Website here...

Brill. That's worked. Thank you.

Hey Leo,

OK, so that has worked, but it seems to have overrided the desktop logo. The logo now appears too small and I'm no longer able to change the size of the logo in site identity.

Hi Lee,

As you've changed the mobile breaking point to 10000, your site is using the mobile header on the desktop as well.

You can try this CSS to make the logo bigger on wider screen:

@media (min-width: 769px) {
    .site-logo.mobile-header-logo img {
        width: 100px;
        height: auto;
    }
}

Ah I see.

Thank you.

No problem :)

This archived topic is closed to new replies.