[Resolved] Sitcky sidebar

Home Forums Support [Resolved] Sitcky sidebar

Home Forums Support Sitcky sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1995719
    Ewa

    Hello,

    can you help me please to set a sidebar as sticky? I used the codes you recommended:


    @media
    (min-width: 769px) {
    #left-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    }
    }

    but it doesn’t work and I don’t know why. Please look here: https://di-strategies.com/c/resume-templates/

    #1996319
    Leo
    Staff
    Customer Support

    Hi there,

    Remove this CSS you’ve added in Additional CSS field:

    body, html {
        overflow-x: hidden;
    }

    And your previous CSS.

    Then add this:

    .separate-containers .inside-left-sidebar {
        position: sticky;
        top: 70px;
    }
    #1996477
    Ewa

    Yes. That was it. Thank you very much

    #1996503
    Leo
    Staff
    Customer Support

    No problem 🙂

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