Site logo

[Resolved] Menu icon disappear on mobile

Home Forums Support [Resolved] Menu icon disappear on mobile

Home Forums Support Menu icon disappear on mobile

  • This topic has 7 replies, 3 voices, and was last updated 5 years ago by Elvin.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1712583
    Boedi

    Hi,
    I have a small issue when we open on mobile. I have the screen recording here:

    https://youtu.be/4KgEwjNnl4s

    After we scroll down, the icon disappear. And when we go back to the top of the page, it’s reappear.

    Secondly, I would like to ask how to make the top bar hide on mobile?

    Thanks
    belikerupuk.com

    #1712676
    David
    Staff
    Customer Support

    Hi there,

    1. Did you resolve the issue ? As i can see the menu icon when scrolling.

    2. Remove top bar on mobile with this CSS:

    @media(max-width: 768px) {
      .top-bar {
        display: none;
      }
    }

    How to add CSS: https://docs.generatepress.com/article/adding-css/

    #1712777
    Boedi

    Nope,
    Every time I scroll down, the menu icon disappear. It goes back when I back to the top.

    Thanks

    #1713216
    David
    Staff
    Customer Support

    Which device are you seeing this on? Have you tried clearing the browser cache ?

    #1713412
    Boedi

    https://youtube.com/shorts/yZvEzxC0cjE

    Sorry my mistake, the menu icon doesn’t disappear. It just the sticky bar become too wide on mobile view that makes the icon menu off the screen.

    So, how to fix this?

    #1713484
    Elvin
    Staff
    Customer Support

    Hi there,

    Can you try adding this CSS:

    html{
    overflow-x: hidden !important;
    }

    Your qubely block is causing overflow issues. It’s breaking how the sticky mobile header behaves.

    #1715025
    Boedi

    Ok, its fixed. Thanks for that.

    Cheers,
    Boedi

    #1715965
    Elvin
    Staff
    Customer Support

    Nice one. Glad you got it sorted. No problem. 😀

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