Site logo

[Resolved] Site Identity – Logo versus Retina Logo

Home Forums Support [Resolved] Site Identity – Logo versus Retina Logo

Home Forums Support Site Identity – Logo versus Retina Logo

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

    Like Astra – is there an option for following:
    – Logo (e.g. Windows)
    – Logo for Retina device (e.g. iMac)
    – Logo for Mobile device (e.g. iPad, iPhone)

    Looks like lack of Mobile option (separate from Retina) causes a mobile friendly logo to also appear on iMac. I have a longer width logo for desktop and a circular logo for mobile.

    #1514264
    David
    Staff
    Customer Support

    Hi there,

    if you require a different mobile logo then enable the Mobile Header:

    https://docs.generatepress.com/article/mobile-header/

    #1524207
    Manish

    I am possibly duplicating my ask. How do I adapt width between iMac and iPad for the Retina logo? Per above the mobile logo is working fine.

    #1524474
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Are you just trying to adjust the logo width on tablet?

    If so, you could do this:

    @media (max-width: 1024px) {
        .site-header .is-logo-image {
            max-width: 100px;
        }
    }

    Let us know 🙂

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