Site logo

[Support request] Right sidebar sticky

Home Forums Support [Support request] Right sidebar sticky

Home Forums Support Right sidebar sticky

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2547756
    ammgbr

    Hi, is there a css to make the right sidebar (link below) sticky?

    Ideally, I would like to avoid having to use a plugin if possible.

    #2547966
    Ying
    Staff
    Customer Support

    Hi there,

    Try this:

    @media(min-width: 769px) { 
        .inside-right-sidebar {
            position: sticky;
            top: 80px;
        }
    }
    #2549280
    ammgbr

    Thank you.

    I set the sidebar on the left and changed the css accordingly.

    The sticky works but notice this distorts the alignment of my content.

    Is it possible to have instead the left sidebar moving further to the left while the main content remains aligned in the centre of the page?

    #2549315
    Ying
    Staff
    Customer Support

    Is it possible to have instead the left sidebar moving further to the left while the main content remains aligned in the centre of the page?

    The sidebar can only be within the content container which is 1200px in your case.

    So no, it can not go to more left unless you increase the content container width, but it will change your entire site’s layout.

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