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

    Hi everyone,

    on mobile view, the URL bar disappears as soon as you start scrolling down. This extra space on the screen leads so a small upwards-jump on the whole website. Unfortunately, as soon as you stop scrolling down and change to scroll up again, the URL bar appears again and the whole website jumps a bit down, through the lost space on the screen. Is there any chance to fix the jumping, or at least make it a bit more smooth?

    This is especially annoying within an accordion-section, as each of our four bars starts at another anchor-point, instead of the top of the screen, as we would like it to have.

    Can anyone help us with that?
    Thanks in advance and all the best,
    Sven

    #1165293

    Hey WHYAHEAD,

    Can you give us a link to your site? so we can try to check with our mobile device.

    Best regards,
    Nikko

    #1165858

    Hi Nikko,

    Thanks for your response. Our website is not live yet, but here you go with the preview link:

    Hope this works? If you need a screen-capture-video to highlight the issue crystal clear, just give me a hint, how to send it to you, and I will provide you one.

    Thanks for your support in advance.
    We are really looking forward to hearing from you.
    All the best,
    Sven

    • This reply was modified 5 years ago by Nikko. Reason: security reasons
    #1166667

    Hi Sven,

    With regards to url disappearing when scrolling down on mobile and shows again when you scroll up is a default browser behavior, however that gap shows because of the wordpress admin bar, to fix it just add this css code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:660px) {
      #wpadminbar {
        position: fixed;
      }
    }

    Best regards,
    Nikko

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