Site logo

[Resolved] how to make top bar visible even during scroll

Home Forums Support [Resolved] how to make top bar visible even during scroll

Home Forums Support how to make top bar visible even during scroll

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1851528
    Manoj

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

    pls advise how to do this?

    https://ibb.co/VVnHnhT

    #1851529
    Manoj

    you can check top bar on the site

    http://www.indiatshirts.in

    image ref

    https://ibb.co/VVnHnhT

    #1851555
    David
    Staff
    Customer Support

    Hi there,

    do you want to keep the Sticky Navigation as well ? As that makes things a little more tricky.
    Let me know.

    #1851576
    Manoj

    i have set sticky navigation to ‘off’

    i don’t need it – thanks

    #1852022
    Leo
    Staff
    Customer Support

    Hi there,

    We can’t seem to open your site. Is it blocking a specific country?

    We are in Canada 🙂

    #1852172
    Manoj

    sincere apologies.

    the site is

    https://www.indiatshirts.com/

    thanks

    #1852269
    Elvin
    Staff
    Customer Support

    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;
        }
    }
    #1852276
    Manoj

    thank you very much. it worked perfect.

    generatepress – the theme + support rocks!

    #1852280
    Elvin
    Staff
    Customer Support

    No problem. Glad to be of any help. 😀

    #2363434
    Paul

    so i’d like to keep top bar visible with sticky navigation… pointers? thanks.

    #2363491
    Fernando
    Customer Support

    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

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