Home › Forums › Support › Sticky sidebar This topic has 10 replies, 4 voices, and was last updated 3 years, 9 months ago by Elvin. Viewing 11 posts - 1 through 11 (of 11 total) Author Posts December 4, 2021 at 10:23 am #2038395 Jitendra Dear sir, I have to add a sticky sidebar to my website. I used a crypto template. How I can make it sticky with CSS. December 4, 2021 at 11:48 am #2038457 YingStaff Customer Support Hi Jitendra, I have to add a sticky sidebar to my website. How did you add sticky sidebar? GP doesn’t have sticky sidebar built in. Or do you mean you want to add a sticky sidebar? The crypto template doesn’t have sidebar activated, can you link us to your site? Do you want the entire sidebar to be sticky or just a few widgets? Let me know 🙂 December 4, 2021 at 8:35 pm #2038660 Jitendra i want just a widgets of sidebar sticky. My website: https://ezilearning.com/ December 5, 2021 at 5:55 am #2038889 DavidStaff Customer Support Hi there, do you want the entire sidebar or just the last widget to be sticky ? December 5, 2021 at 6:41 am #2038939 Jitendra just the last widget December 5, 2021 at 7:29 am #2038981 DavidStaff Customer Support Can you disable your cache/optimization plugins so i can see whats getting in the way of the sticky CSS December 5, 2021 at 7:35 am #2038987 Jitendra I disable it, please check it December 5, 2021 at 12:18 pm #2039300 YingStaff Customer Support Can you add this CSS: .inside-right-sidebar { height: 100%; } Change this CSS: .widget inner-padding widget_block, #block-12 { position: -webkit-sticky; position: sticky; top: 0PX; z-index: 100; } to: #block-12 { position: -webkit-sticky; position: sticky; top: 150px; z-index: 100; } Let me know 🙂 December 5, 2021 at 12:18 pm #2039301 YingStaff Customer Support Can you add this CSS: .inside-right-sidebar { height: 100%; } Change this CSS: .widget inner-padding widget_block, #block-12 { position: -webkit-sticky; position: sticky; top: 0PX; z-index: 100; } to: #block-12 { position: -webkit-sticky; position: sticky; top: 150px; z-index: 100; } Let me know 🙂 December 5, 2021 at 7:28 pm #2039525 Jitendra can i add it to the additional css of wordpress #block-12 { position: -webkit-sticky; position: sticky; top: 150px; z-index: 100; } December 5, 2021 at 7:33 pm #2039528 ElvinStaff Customer Support Hi there, You can add it where you’ve found the CSS Ying asked to be changed. It’d be best to change/replace the CSS Ying mentioned to avoid styling conflicts. 🙂 Author Posts Viewing 11 posts - 1 through 11 (of 11 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In