Archived topic
how to make top bar visible even during scroll
10 replies · Started by Manoj on July 11, 2021
i want the top bar to be visible even after the scrolling
pls advise how to do this?
Hi there,
do you want to keep the Sticky Navigation as well ? As that makes things a little more tricky.
Let me know.
i have set sticky navigation to 'off'
i don't need it - thanks
Hi there,
We can't seem to open your site. Is it blocking a specific country?
We are in Canada :)
Hi there,
Try adding this CSS:
.top-bar {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999999;
}
header#masthead {
margin-top: 44px;
}
@media(max-width:359px){
header#masthead {
margin-top: 68px;
}
}
thank you very much. it worked perfect.
generatepress - the theme + support rocks!
No problem. Glad to be of any help. :D
so i'd like to keep top bar visible with sticky navigation... pointers? thanks.
Hi Paul,
Can you create a new topic and share the link to your site there?
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information