Site logo

[Support request] Stop right side bar from being sticky

Home Forums Support [Support request] Stop right side bar from being sticky

Home Forums Support Stop right side bar from being sticky

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2492237
    Kelechi

    How do I stop the right side bar in the “Info” starter site from being sticky as a user scrolls?

    Thanks!

    #2492249
    Fernando
    Customer Support

    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.

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