Hi Tom,
i have tried your solution with the sticky kit, but i didnt work.
Maybe you can give me an advice.
1. copied the jquery.sticky-kit.min.js in my folder “child-theme/js/jquery.sticky-kit.min.js”
2. I have added following code in the footer.php of my child theme
<script type=”text/javascript” src=”js/jquery.sticky-kit.min.js”>
$(document).ready(function(){
$(“#right-sidebar”).stick_in_parent();
});
</script>
But still doesnt work….
thanky you