Site logo

Archived topic

Sticky sidebar

1 reply · Started by Olga on June 13, 2019

Viewing posts 1–2 of 2

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

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

This archived topic is closed to new replies.