[Resolved] Sidebar Sticky

Home Forums Support [Resolved] Sidebar Sticky

Home Forums Support Sidebar Sticky

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1487063
    Jatin

    Can i make my sidebar sticky when i scroll down the page / post

    #1487400
    Elvin
    Staff
    Customer Support

    Hi,

    Can you link us to the site in question so we could take a closer look?

    You can provide the site details on the Private Information box. Thank you.:)

    #1487557
    Jatin

    Site link

    #1487558
    Elvin
    Staff
    Customer Support

    You can try this CSS out:

    .inside-right-sidebar {
        position: sticky;
        top: 60px;
    }

    Let us know if it works for you. ๐Ÿ™‚

    #1487983
    Jatin

    Thanks. Works fine in one shot.

    #1489280
    Elvin
    Staff
    Customer Support

    Nice one. No problem. ๐Ÿ™‚

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