[Resolved] Sticky sidebar is not working

Home Forums Support [Resolved] Sticky sidebar is not working

Home Forums Support Sticky sidebar is not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1596051
    Dimitar

    Hello,
    I am using successfully the following CSS to stick the right sidebar on one of my websites. Now I am creating new website and sticky sidebar is not working. Could you please give me advice on what might be the problem? I’ve tried with different browsers and computers, but it is not working on the new website. Thank you.

    #right-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 0px;
    }

    Kind regards,
    Dimitar

    #1596066
    Elvin
    Staff
    Customer Support

    Hi,

    Instead of applying it on the #right-sidebar, can you try this instead?

    .inside-right-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 65px;
        padding-top: 0;
    }

    Let us know how it goes.

    #1596115
    Dimitar

    Thanks a lot Elvin. Now it is working just perfectly!

    #1596118
    Elvin
    Staff
    Customer Support

    Nice one. No problem. 🙂

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