Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1327691
    #1327727

    Hey lzevon,

    It looks good on my end too, do you know the resolution of the phone which this problem occurs on?

    Best regards,
    Rikard

    #1327806

    Apple iPhone 11 Pro, which has a 5.8-inch display and a resolution of 2436 x 1125 at 458 ppi. Wasn’t sure if there were any others seeing this. I just tried adding some max-width responsive CSS to see if that helps.

    #1327877

    Hi,

    Thanks for the update. Please try CSS like this to target iphone 11 pro specifically:

    @media only screen 
        and (device-width: 375px) 
        and (device-height: 812px) 
        and (-webkit-device-pixel-ratio: 3) { 
          .responsive #top .logo {
            width: 50%;
        }
    }

    https://cmsdk.com/css3/what-are-the-iphone-11–11-pro–11-pro-max-media-queries.html

    Best regards,
    Rikard

    #1327960

    Thanks Rikard! I also appreciate the link which seems to be a great resource. I’m all set now.

    #1327996

    Hi,

    Great, I’m glad that we could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1328237

    Yes, you can close it and thank you again

    #1328282

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘logo overlaps hamburger only on iPhone’ is closed to new replies.