Site logo

Archived topic

how to make top bar visible even during scroll

10 replies · Started by Manoj on July 11, 2021

Viewing posts 1–11 of 11

i want the top bar to be visible even after the scrolling

pls advise how to do this?

https://ibb.co/VVnHnhT

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.

This archived topic is closed to new replies.