Site logo

Archived topic

Separate Logo for 13" retina MacBooks?

5 replies · Started by Jenny on May 30, 2022

Viewing posts 1–6 of 6

Hi there,

do you have an SVG version of the Logo ? As that would be the best solution.

Oh I think I didn't explain it correctly. I just want to have the Logo bigger on 13" :)

Ok, you can try this CSS:

@media (max-width: 1366px) and (min-width: 1024px ) and (-webkit-min-device-pixel-ratio: 2) {
    #mobile-header .mobile-header-logo img {
        height: 140px !important;
    }
}

It applies to x2 retina and above devices that have a 1024 to 1366px CSS width screen. So this will cover 12" iPads too.

Dear David, thanks a lot 🌻.
It worked :)

Glad to hear that!

This archived topic is closed to new replies.