.wfcg-sticky.is-stick-to-top {
    position: fixed;
    top: 0;
}

.wfcg-sticky.is-stick-to-bottom {
    position: fixed;
    bottom: 0;
}