• Resolved Azure11

    (@azure11)


    Hi, this is a great theme thanks. I just have one issue; when viewing the site on mobile, if you scroll down the page (pages other than the home page) and then scroll up again the header can’t seem to decide whether it should be the full one or the short one without the image and so flickers between both and then shows both.

    • This topic was modified 5 years, 11 months ago by Azure11.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can try to add this custom CSS code in Appearance -> Customize -> Additional CSS, to fix this issue.

    @media (max-width: 767px) {
      .site-branding a {
        max-width: 200px;
      }
    }

    Let me know how it goes.

    Thread Starter Azure11

    (@azure11)

    Thanks, I have put this in. It now weirdly works on one page (not the one linked to above) but not on others. It also works in preview mode on my desktop on all pages. I tried a second browser on my phone and still got the same result.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Header flickers on mobile when scrolling up’ is closed to new replies.