• Hi, I have tried to make last-child sidebar sticky with no success

    The CSS class is .separate-layout .sidebar-box:last-child {}

    I have tried sticky anything plugin, this CSS

    .sidebar-box:last-child {position: fixed;
    right: 2%;
    top:2px;
    overflow-y: scroll;
    }

    and

    .sidebar-box:last-child {
    position: -webkit-sticky; // Not recognised
    position: sticky;
    top:2px;

    }

    Help me to solve this issue

    • This topic was modified 4 years, 10 months ago by hezbonotieno8.
    • This topic was modified 4 years, 10 months ago by hezbonotieno8.
  • The topic ‘How Make Last Child of Sidebar Sticky’ is closed to new replies.