Site logo

Archived topic

Sticky header/menu with problem

11 replies · Started by Gabriele Rispoli on March 31, 2022

Viewing posts 1–12 of 12

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

???

Hi,

I put you the link in private!

Can you try this CSS?

.site-header {
    position: sticky;
    top: 0;
}

yes, no problem solved.

Glad to hear :)

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

Thanks.

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.

done. check it out

now is ok, thanks!

No problem :)

This archived topic is closed to new replies.