Archived topic
Stop right side bar from being sticky
1 reply · Started by Kelechi on January 11, 2023
Viewing posts 1–2 of 2
How do I stop the right side bar in the "Info" starter site from being sticky as a user scrolls?
Thanks!
Hi Kelechi,
In Appearance > Customize > Additional CSS, there's this code:
.sticky-container > .gb-inside-container,.sticky-container {
position: sticky;
top: 80px;
}
You can remove it to remove the sticky effect.
Alternatively, you can also remove the sticky-container class from the Class list of the Container Block holding the elements on the "sidebar". It can be removed in the Advanced section of the Container's Block Settings.
This archived topic is closed to new replies.