[Support request] Sticky sidebar

Home Forums Support [Support request] Sticky sidebar

Home Forums Support Sticky sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #928068
    Olga

    Hello,

    Is there already a way to make the sidebar sticky without extra plugins? if not, what is the most minimal cleanest plugin you recommend (going to use it with Elementor)?

    Best,
    Olga

    #928088
    David
    Staff
    Customer Support

    Hi there,

    the position: sticky; CSS property is the easiest method. For example if you were using the GP Sidebar then this CSS:

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

    In elementor you would need to know the class of the element you wish to stick. If you have it set up and can link me to the page i can have a look

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