Site logo

[Support request] how can I make my last block at right sidebar sticky?

Home Forums Support [Support request] how can I make my last block at right sidebar sticky?

Home Forums Support how can I make my last block at right sidebar sticky?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2397268
    eran

    Hi,
    How can I make my last block at right sidebar sticky?

    I added the page for example

    #2397407
    Ying
    Staff
    Customer Support

    Try this CSS:

    
    .inside-right-sidebar {
        height: 100%;
    }
    
    .inside-right-sidebar > *:last-child {
        position: sticky;
        top: 100px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.