• desynamo

    (@desynamo)


    On an iPhone 5 (smaller screen) the page flashes back and forth between fitting the screen width, then being too small and not filling the width. It flashes back and forth continually. On an iPhone 6 and larger mobile screens it seems fine. Is there a way to fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter desynamo

    (@desynamo)

    Thanks for that suggestion. I forgot to post the link: https://mericaandassociates.com

    Tanay

    (@tanaykhandelwal-1)

    Hello There,

    Your logo image is creating the issue. Use the below css in child theme or custom css plugin

    @media only screen and (max-width: 767px) and (min-width: 320px)
    .skehead-headernav .logo {
        max-width: 250px;
    }

    Regards,
    Tanay Khandelwal

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘small screen mobile’ is closed to new replies.