[Resolved] Sticky header/menu with problem

Home Forums Support [Resolved] Sticky header/menu with problem

Home Forums Support Sticky header/menu with problem

  • This topic has 11 replies, 2 voices, and was last updated 2 years ago by Leo.
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #2173360
    Gabriele Rispoli

    I activated the fixed menu and while trying to go back up, after scrolling, the screen is shaking. I’ve tried all sorts of ways. I have been using generatepress for many years. It is the first time that I cannot resolve. Can you try to help me to solve this annoying problem? I also tried to put the css by hand,

    this # masthead.site-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    }

    the fixed header works well but the initial text below is hidden!

    website draft shorturl.at/LNY23

    #2173752
    Gabriele Rispoli

    ???

    #2173775
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the page in question?

    I’m not sure how that shorturl link works.

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know πŸ™‚

    #2173777
    Gabriele Rispoli

    Hi,

    I put you the link in private!

    #2173780
    Leo
    Staff
    Customer Support

    Can you try this CSS?

    .site-header {
        position: sticky;
        top: 0;
    }
    #2173785
    Gabriele Rispoli

    yes, no problem solved.

    #2173787
    Leo
    Staff
    Customer Support

    Glad to hear πŸ™‚

    #2173789
    Gabriele Rispoli

    maybe I explained myself wrong. I HAVE NOT SOLVED THE PROBLEM YET. FROM STILL PROBLEMS!

    Thanks.

    #2173794
    Leo
    Staff
    Customer Support

    Sorry I misunderstood.

    Can you provide the link to your site again with the CSS added?

    The link previously provided is erased when I accidentally marked the topic resolved.

    Thanks.

    #2173798
    Gabriele Rispoli

    done. check it out

    #2173811
    Gabriele Rispoli

    now is ok, thanks!

    #2173816
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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