Hi,
The sticky column works fine on your site, by scrolling you can see move on 10px
In your case, you need to use fixed positioning. Add this code to the CSS editor and enjoy
#item-16131372690 {
position: fixed;
top: 0;
right: 100px;
width: auto;
}
Regards,
Artem, Balbooa.com